Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VideoRenderMode

Video display mode.

Index

Enumeration members

Enumeration members

Adaptive

Adaptive: = 3
deprecated

3: This mode is deprecated.

FILL

FILL: = 4

4: The fill mode. In this mode, the SDK stretches or zooms the video to fill the display window.

Fit

Fit: = 2

2: Uniformly scale the video until one of its dimension fits the boundary (zoomed to fit). Areas that are not filled due to the disparity in the aspect ratio are filled with black.

Hidden

Hidden: = 1

1: Uniformly scale the video until it fills the visible boundaries (cropped). One dimension of the video may have clipped contents.

Generated using TypeDoc