TRTCRenderParams constructor

TRTCRenderParams(
  1. {TRTCVideoRotation rotation = TRTCVideoRotation.rotation0,
  2. TRTCVideoFillMode fillMode = TRTCVideoFillMode.fill,
  3. TRTCVideoMirrorType mirrorType = TRTCVideoMirrorType.auto}
)

Implementation

TRTCRenderParams({
  this.rotation = TRTCVideoRotation.rotation0,
  this.fillMode = TRTCVideoFillMode.fill,
  this.mirrorType = TRTCVideoMirrorType.auto,
});