BASS.NET API for the Un4seen BASS Audio Library

EncoderLAMELAME_Bitrate Field

BASS.NET API for the Un4seen BASS Audio Library
-b: Constant (or minimum allowed) bitrate in kbps, default 128 kbps.

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

public int LAME_Bitrate

Field Value

Type: Int32
Remarks

If the LAME_UseVBR flag is not set (): This specifies the CBR bitrate.

If the LAME_UseVBR flag is set (): This specifies the minimum allowed VBR bitrate, if LAME_LimitVBR is also set.

See Also

Reference