Loudness flags to be used within the BASS_Loudness_Start(Int32, BassLoudness, Int32) and BASS_Loudness_GetLevel(Int32, BassLoudness, Single) method.
Namespace: Un4seen.Bass.AddOn.Loud
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| BASS_LOUDNESS_CURRENT | 0 | 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_INTEGRATED | 1 | Enable integrated loudness measurement. | |
| BASS_LOUDNESS_RANGE | 2 | Enable loudness range measurement. | |
| BASS_LOUDNESS_PEAK | 4 | Enable peak level measurement. | |
| BASS_LOUDNESS_TRUEPEAK | 8 | Enable true peak level measurement. | |
| BASS_LOUDNESS_AUTOFREE | 32768 | Automatically free the measurement when the channel is freed. |
See Also