videoEncodedKbps property
getter/setter pair
- Description: The video bitrate (Kbps) of the stream to publish.
- Value: If you set this parameter to
0
, TRTC will work out a bitrate based onvideoWidth
andvideoHeight
. For details, refer to the recommended bitrates for the constants of the resolution enum type (see comment).
Implementation
int videoEncodedKbps;