setVideoEncoderParam abstract method
- TRTCVideoEncParam params
Set the encoding parameters of video encoder
This setting can determine the quality of image viewed by remote users, which is also the image quality of on-cloud recording files.
Parameters:
- params(TRTCVideoEncParam):
- It is used to set relevant parameters for the video encoder.
Implementation
void setVideoEncoderParam(TRTCVideoEncParam params);