TRTCVideoEncParam constructor

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

Implementation

TRTCVideoEncParam