BASS.NET API for the Un4seen BASS Audio Library

EncoderFAACEffectiveBitrate Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the effective encoder bitrate (in kbps) of the output.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public override int EffectiveBitrate { get; }

Property Value

Type: Int32

Implements

IBaseEncoderEffectiveBitrate
Remarks

When using the Quality-Mode (FAAC_UseQualityMode is set to , default) you only need to specify a quality factor via FAAC_Quality and the bitrate parameters FAAC_Bitrate is ignored. In this case the effective bitrate will be calculated automatically according to the FAAC specification.

When you turn off Quality-Mode (FAAC_UseQualityMode is set to ) the bitrate parameters is evaluated!

See Also

Reference