RENDER_MODE_TYPE

Video display modes.

Enumerator

RENDER_MODE_HIDDEN
1: Hidden mode. Uniformly scale the video until one of its dimension fits the boundary (zoomed to fit). One dimension of the video may have clipped contents.
RENDER_MODE_FIT
2: Fit mode. Uniformly scale the video until one of its dimension fits the boundary (zoomed to fit). Areas that are not filled due to disparity in the aspect ratio are filled with black.
RENDER_MODE_ADAPTIVE
Deprecated:
3: This mode is deprecated.