BASS.NET API for the Un4seen BASS Audio Library

EncoderFAACFAAC_UseQualityMode Field

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the Quality mode (FAAC_Quality) will be used (default is ).

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

public bool FAAC_UseQualityMode

Field Value

Type: Boolean
Remarks

When using the Quality-Mode (FAAC_UseQualityMode is set to ) you only specify a quality factor via FAAC_Quality and the bitrate parameter (FAAC_Bitrate) is ignored.

When you turn off Quality-Mode (FAAC_UseQualityMode is set to , default) the bitrate parameter is evaluated and the FAAC_Quality parameter is ignored!

See Also

Reference