BASS.NET API for the Un4seen BASS Audio Library

EncoderTooLAMETOO_Bitrate Field

BASS.NET API for the Un4seen BASS Audio Library
-b: Choose a total bitrate to encode at. Takes an argument in kbps (default is 192 kbps).

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

public int TOO_Bitrate

Field Value

Type: Int32
Remarks

By default, this produces a CBR encoding.

To use VBR (variable bitrate): set TOO_UseVBR to and specify a TOO_VBRLevel.

To use CBR (constant bitrate): set TOO_UseVBR to (default).

See Also

Reference