:: com :: sun :: star :: media ::

enum ZoomLevel

Values
NOT_AVAILABLE  
ORIGINAL specifies that the video should be displayed with its original size  
FIT_TO_WINDOW specifies that the video should be zoomed to window size  
FIT_TO_WINDOW_FIXED_ASPECT specifies that the video should be zoomed to window size with using a fixed aspect ratio  
FULLSCREEN specifies that the video should be displayed in fullscreen mode, if available  
ZOOM_1_TO_4 specifies that the video should be zoomed to a factor of 1:4  
ZOOM_1_TO_2 specifies that the video should be zoomed to a factor of 1:2  
ZOOM_2_TO_1 specifies that the video should be zoomed to a factor of 2:1  
ZOOM_4_TO_1 specifies that the video should be zoomed to a factor of 4:1  
Values' Details
NOT_AVAILABLE
NOT_AVAILABLE,
ORIGINAL
ORIGINAL,
Description
specifies that the video should be displayed with its original size
FIT_TO_WINDOW
FIT_TO_WINDOW,
Description
specifies that the video should be zoomed to window size
FIT_TO_WINDOW_FIXED_ASPECT
FIT_TO_WINDOW_FIXED_ASPECT,
Description
specifies that the video should be zoomed to window size with using a fixed aspect ratio
FULLSCREEN
FULLSCREEN,
Description
specifies that the video should be displayed in fullscreen mode, if available
ZOOM_1_TO_4
ZOOM_1_TO_4,
Description
specifies that the video should be zoomed to a factor of 1:4
ZOOM_1_TO_2
ZOOM_1_TO_2,
Description
specifies that the video should be zoomed to a factor of 1:2
ZOOM_2_TO_1
ZOOM_2_TO_1,
Description
specifies that the video should be zoomed to a factor of 2:1
ZOOM_4_TO_1
ZOOM_4_TO_1,
Description
specifies that the video should be zoomed to a factor of 4:1
Top of Page