BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAWMA_Use24Bit Field

BASS.NET API for the Un4seen BASS Audio Library
Use 24-bit encoding? (Default is ).

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

public bool WMA_Use24Bit

Field Value

Type: Boolean
Remarks

If set to , the output will be in 24-bit resolution.

The WMA codec expects 16-bit or 24-bit sample data, but BASSWMA will accept 8-bit, 16-bit or floating-point data, and convert it to the appropriate format. Of course, it makes little sense to encode 8-bit or 16-bit data in 24-bit.

When this parameter is set to the WMA 10 Professional codec will be used automatically (regardless of the WMA_UsePro setting).

See Also

Reference