BASS.NET API for the Un4seen BASS Audio Library

EncoderNeroAACNERO_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 NERO_UseQualityMode

Field Value

Type: Boolean
Remarks

When using the Quality-Mode (NERO_UseQualityMode is set to ) you only specify a quality factor via NERO_Quality and the bitrate parameter (NERO_Bitrate) is ignored.

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

See Also

Reference