BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAWMA_VBRQuality Field

BASS.NET API for the Un4seen BASS Audio Library
Set a VBR quality level from 1 (very low) to 100 (lossless).

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

public int WMA_VBRQuality

Field Value

Type: Int32
Remarks

The higher the number the better the quality.

If the WMA_UseVBR is set to , this property is not evaluated!

VBR and lossless encoding are currently only available at 44100hz stereo (48000hz too, but with limited quality settings). To encode other sample formats, the data will first have to be resampled before.

Here is a list of quality level to approximate kbps mapping:

Quality:Bitrate:
10%65 kbps
25%77 kbps
50%89 kbps
75%140 kbps
100%778 kbps

See Also

Reference