BASS.NET API for the Un4seen BASS Audio Library

EncoderTwoLAMETWO_VBRLevel Field

BASS.NET API for the Un4seen BASS Audio Library
-V: Enable VBR and set a quality level from -50 to 50 (default is disbaled).

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

public float TWO_VBRLevel

Field Value

Type: Single
Remarks

The higher the number the better the quality. Maximum range is -50 to 50 but useful range is -10 to 10. See vbr documentation file for details.

If a value outside the range or the TWO_UseVBR is set to , this property is not evaluated!

Using for example "-V -5" will force the encoder to favour the lower bitrate. Whereas using "-V 5" will force the encoder to favour the upper bitrate. The value can actually be any integer. The larger the number, the greater the bitrate bias.

See Also

Reference