BASS.NET API for the Un4seen BASS Audio Library

BassLoudBASS_Loudness_GetChannel Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the channel that a loudness measurement is set on.

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

[DllImportAttribute("bassloud")]
public static int BASS_Loudness_GetChannel(
	int handle
)

Parameters

handle
Type: SystemInt32
The loudness measurement handle.

Return Value

Type: Int32
If successful, the loudness measurement's channel handle is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference