bitrate property Null safety
read / write
Video bitrate. Unit: kbps. You can manually set the required bitrate based on your business requirements.
- If the specified video bitrate exceeds the proper range, the SDK will automatically set the bitrate to a proper range.
- If the bitrate is set to 0, the SDK computes and processes automatically.
Implementation
int bitrate = 0;