BASS.NET API for the Un4seen BASS Audio Library

EncoderFHGAACplusAACPlus_VariableBitrate Field

BASS.NET API for the Un4seen BASS Audio Library
--vbr: encode in VBR mode; preset 1..5, default is 0 (disabled).

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

public int AACPlus_VariableBitrate

Field Value

Type: Int32
Remarks

When set to 0 (zero) VBR mode is disabled and the CBR mode is used (see AACPlus_ConstantBitrate). When set to a value between 1 and 5 CBR mode is disabled and VBR mode is used.
See Also

Reference