BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAWMA_UseVBR Field

BASS.NET API for the Un4seen BASS Audio Library
Enable the VBR (variable bitrate) mode (default is ).

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

public bool WMA_UseVBR

Field Value

Type: Boolean
Remarks

If not set to the CBR (constant bitrate) mode will be used.

When making a VBR stream, the bitrate is only allowed to vary within set limits:

Samplerate:Bitrate:
48kHzStereo: 112-384kbps Mono: 56-192kbps
44.1kHz or 32kHzStereo: 192-384kbps Mono: 96-192kbps
24kHz, 22.05kHz or 16kHzStereo/Mono: 8-160kbps

See Also

Reference