minBitrate property Null safety
read / write
The minimum bitrate of video encoding in kbps. You can manually set the required minimum bitrate based on your business requirements. If the bitrate is set to 0, the SDK computes and processes automatically.
Implementation
int minBitrate = 0;