fillMode property

TRTCVideoFillMode fillMode
getter/setter pair

Description: The rendering mode.

Value: The rendering mode may be fill (the image may be stretched or cropped) or fit (there may be black bars). Default value: TRTCVideoFillMode_Fill.

Implementation

TRTCVideoFillMode fillMode = TRTCVideoFillMode.TRTCVideoFillMode_Fill;