pub const fn validate_bitrate(codec_type: CodecType, bitrate: u32) -> Result<()>
Validate bitrate for a specific codec
Returns an error when bitrate is outside the codec’s supported range.
bitrate