fillMode property
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;