TRTCVideoEncParam constructor

TRTCVideoEncParam(
  1. {int videoBitrate = 1600,
  2. TRTCVideoResolution videoResolution = TRTCVideoResolution.res_1280_720,
  3. TRTCVideoResolutionMode videoResolutionMode = TRTCVideoResolutionMode.portrait,
  4. int videoFps = 10,
  5. int minVideoBitrate = 0,
  6. bool enableAdjustRes = false}
)

Implementation

TRTCVideoEncParam(
    {this.videoBitrate = 1600,
      this.videoResolution = TRTCVideoResolution.res_1280_720,
      this.videoResolutionMode = TRTCVideoResolutionMode.portrait,
      this.videoFps = 10,
      this.minVideoBitrate = 0,
      this.enableAdjustRes = false});