Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RENDER_MODE_TYPE

Video display modes.

Index

Enumeration members

RENDER_MODE_ADAPTIVE

RENDER_MODE_ADAPTIVE: = 3
deprecated

3: This mode is deprecated.

RENDER_MODE_FILL

RENDER_MODE_FILL: = 4

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

RENDER_MODE_FIT

RENDER_MODE_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 disparity in the aspect ratio are filled with black.

RENDER_MODE_HIDDEN

RENDER_MODE_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