This property should return the target effective bitrate of the encoder output (in kbps, e.g. 128 kbps).
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Property Value
Type: Int32Implements
IBaseEncoderEffectiveBitrateRemarks
If you are encoding in VBR or ABR this member must also return a valid bitrate (e.g. an approximated average). You might use one of the BaseEncoderBITRATE constants in order to set a valid effective bitrate.
See Also