minBitrate property
Minimum video encoding bitrate in kbps, which defaults to 0
. The encoding bitrate will not be lower than the minBitrate
.
The value ranges within [0, maxBitrate)
. When maxBitrate
< minBitrate
, the bitrate is self-adapted.
In the following circumstance, the assignment to this variable has no effect:
- When
maxBitrate
=0
, the video encoding is disabled. - When
maxBitrate
<0
, the bitrate is self-adapted.
Implementation
int minBitrate;