BASS.NET API for the Un4seen BASS Audio Library

EncoderOGGOGG_UseQualityMode Field

BASS.NET API for the Un4seen BASS Audio Library
Use Quality-Mode? (default is ).

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

public bool OGG_UseQualityMode

Field Value

Type: Boolean
Remarks

When using the Quality-Mode (OGG_UseQualityMode is set to , default) you only specify a quality factor via OGG_Quality and the bitrate parameters (OGG_MinBitrate, OGG_Bitrate and OGG_MaxBitrate) are ignored.

When you turn off Quality-Mode (OGG_UseQualityMode is set to ) the bitrate parameters are evaluated!

See Also

Reference