BASS.NET API for the Un4seen BASS Audio Library

EncoderNeroAACEffectiveBitrate 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

No matter if you are encoding in CBR (see NERO_UseCBR) or VBR (default) the properties NERO_Bitrate value will be used to return the effective bitrate value.

See Also

Reference