BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAWMA_Bitrate Field

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

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

public int WMA_Bitrate

Field Value

Type: Int32
Remarks

By default, this produces a CBR encoding.

To use VBR (variable bitrate): set WMA_UseVBR to and specify a WMA_VBRQuality.

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

See Also

Reference