38 * Java native interface function to set or change the view's background media object.
39 * @param env JNI environment
40 * @param javaThis JNI object
41 * @param url URL of the media object to be used as background medium
42 * @param type Hint defining the media object in more detail, possible values are "LIVE_VIDEO", "IMAGE", "MOVIE", "IMAGE_SEQUENCE" or "FRAME_STREAM", if no hint is given the first possible media object will be created
43 * @param preferredWidth Preferred width of the medium in pixel, use 0 to use the default width
44 * @param preferredHeight Preferred height of the medium in pixel, use 0 to use the default height
45 * @param adjustFov True, to adjust the view's field of view to the field of the background automatically