BASS.NET API for the Un4seen BASS Audio Library

EncoderFHGAACplusEffectiveBitrate Property

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

Note: This property always returns the CBR mode bitrate as given by the AACPlus_ConstantBitrate member.
See Also

Reference