BASS.NET API for the Un4seen BASS Audio Library

BassLoudness Enumeration

BASS.NET API for the Un4seen BASS Audio Library

Namespace:  Un4seen.Bass.AddOn.Loud
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax

public enum BassLoudness
Members

  Member nameValueDescription
BASS_LOUDNESS_CURRENT0 Enable loudness measurement of the last 400ms or up to the duration (in milliseconds) specified in the HIWORD (use MakeLong(Int16, Int16)). This is always enabled with a duration of at least 400ms even if not specified.
BASS_LOUDNESS_INTEGRATED1 Enable integrated loudness measurement.
BASS_LOUDNESS_RANGE2 Enable loudness range measurement.
BASS_LOUDNESS_PEAK4 Enable peak level measurement.
BASS_LOUDNESS_TRUEPEAK8 Enable true peak level measurement.
BASS_LOUDNESS_AUTOFREE32768 Automatically free the measurement when the channel is freed.
See Also

Reference