BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_AacFDKAAC_VBRMode Field

BASS.NET API for the Un4seen BASS Audio Library
--vbr: bitrate mode; 0=CBR, 1..5 VBRLevel.

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

public int FDKAAC_VBRMode

Field Value

Type: Int32
Remarks

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

Reference