BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_AacFDKAAC_ConstantBitrate Field

BASS.NET API for the Un4seen BASS Audio Library
--bitrate: 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.7
Syntax

public int FDKAAC_ConstantBitrate

Field Value

Type: Int32
Remarks

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

Reference