TRTCVideoEncParam constructor
- {int videoBitrate = 1600,
- TRTCVideoResolution videoResolution = TRTCVideoResolution.res_1280_720,
- TRTCVideoResolutionMode videoResolutionMode = TRTCVideoResolutionMode.portrait,
- int videoFps = 10,
- int minVideoBitrate = 0,
- 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});