BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderEffectiveBitrate Property

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

public virtual int EffectiveBitrate { get; }

Property Value

Type: Int32

Implements

IBaseEncoderEffectiveBitrate
Remarks

This member must return a valid bitrate (in kbps), if you are using the encoder in a BroadCast implementation (i.e. the SupportsSTDOUT is set to ). If an encoder implementation will never be used for broadcast streaming (or the SupportsSTDOUT is set to ) this property will not be used and mihgt not be overridden therefore.

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

Reference