videoBitrate property

int videoBitrate
getter/setter pair

Field description: bitrate of video resolution in Kbps after transcoding.

Recommended value: if you enter 0, the backend will estimate the bitrate based on videoWidth and videoHeight. You can also refer to the comment on the enumeration definition of TRTCCloudDef.TRTC_VIDEO_RESOLUTION_640_480.

Implementation

int videoBitrate;