BASS.NET API for the Un4seen BASS Audio Library

EncoderTwoLAMETWO_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 256 kbps).

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

public int TWO_Bitrate

Field Value

Type: Int32
Remarks

By default, this produces a CBR encoding.

To use VBR (variable bitrate): set TWO_UseVBR to and optionally specify a TWO_MaxBitrate value.

To use CBR (constant bitrate): set TWO_UseVBR to (default). The TWO_MaxBitrate value will be ignored in this case.

See Also

Reference