TRTCVideoEncParam constructor Null safety

TRTCVideoEncParam(
  1. {int videoBitrate = 200,
  2. int videoResolution = 1,
  3. int videoResolutionMode = 1,
  4. int videoFps = 10,
  5. int minVideoBitrate = 200,
  6. bool enableAdjustRes = false}
)

Implementation

TRTCVideoEncParam(
    {this.videoBitrate = 200,
    this.videoResolution = 1,
    this.videoResolutionMode = 1,
    this.videoFps = 10,
    this.minVideoBitrate = 200,
    this.enableAdjustRes = false});