fillMode property

TRTCVideoFillMode fillMode
getter/setter pair

描述:渲染模式。

取值:渲染模式可以是填充(图像可能会拉伸或裁剪)或适应(可能会有黑边)。默认值:TRTCVideoFillMode_Fill

Implementation

TRTCVideoFillMode fillMode = TRTCVideoFillMode.TRTCVideoFillMode_Fill;