BASS.NET API for the Un4seen BASS Audio Library

EncoderLAMEEffectiveBitrate 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

If you are encoding in CBR (LAME_UseVBR is set to , default) the LAME_Bitrate member will be returned.

If you are encoding in VBR or ABR (LAME_UseVBR is set to ) the average of LAME_Bitrate and LAME_VBRMaxBitrate resp. LAME_ABRBitrate will be used.

See Also

Reference