BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderEffectiveBitrate Property

BASS.NET API for the Un4seen BASS Audio Library
Specifies 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

int EffectiveBitrate { get; }

Property Value

Type: Int32
Remarks

This member must return a valid bitrate, if you are using the encoder in a BroadCast implementation. If you are encoding in VBR or ABR this member must also return a valid bitrate (e.g. approximated). You might use one of the BaseEncoderBITRATE constants in order to set a valid effective bitrate.
See Also

Reference