Constructor
new TRTCRenderParams(rotation, fillMode, mirrorType)
You can use these parameters to control the video image rotation angle, fill mode, and mirror mode.
Parameters:
Name | Type | Description |
---|---|---|
rotation |
TRTCVideoRotation |
[Field description] clockwise image rotation angle |
fillMode |
TRTCVideoFillMode |
[Field description] image fill mode |
mirrorType |
TRTCVideoMirrorType |
[Field description] image mirror mode |