BASS.NET API for the Un4seen BASS Audio Library

BassLoudBASS_Loudness_Stop Method

BASS.NET API for the Un4seen BASS Audio Library
Stops a loudness measurement or all loudness measurements on a channel.

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

[DllImportAttribute("bassloud")]
public static bool BASS_Loudness_Stop(
	int handle
)

Parameters

handle
Type: SystemInt32
The loudness measurement or channel handle... a HLOUDNESS, HSTREAM, HMUSIC, or HRECORD.

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference