TRTCVideoEncParam constructor
TRTCVideoEncParam({})
Implementation
TRTCVideoEncParam(
{this.videoBitrate = 200,
this.videoResolution = 60, // TRTC_VIDEO_RESOLUTION_480_360
this.videoResolutionMode = 1, // TRTC_VIDEO_RESOLUTION_MODE_PORTRAIT
this.videoFps = 10,
this.minVideoBitrate = 200,
this.enableAdjustRes = false});