BASS.NET API for the Un4seen BASS Audio Library

EncoderFHGAACplusAACPlus_ConstantBitrate Field

BASS.NET API for the Un4seen BASS Audio Library
--cbr: encode in CBR mode; bitrate in kbps (8..576), default 128 kbps.

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

public int AACPlus_ConstantBitrate

Field Value

Type: Int32
Remarks

CBR mode is used by default unless you set the AACPlus_VariableBitrate property to a value greater than 0 (zero).
See Also

Reference