BASS.NET API for the Un4seen BASS Audio Library

BassLoudBASS_Loudness_SetChannel Method

BASS.NET API for the Un4seen BASS Audio Library
Moves a loudness measurement to another channel or just changes its DSP priority.

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_SetChannel(
	int handle,
	int channel,
	int priority
)

Parameters

handle
Type: SystemInt32
The loudness measurement handle.
channel
Type: SystemInt32
The channel to move the measurement to... a HSTREAM, HMUSIC, or HRECORD
priority
Type: SystemInt32
The new DSP priority of the measurements.

Return Value

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

The new channel does not need to have the same sample format as the old channel.

ERROR CODEDescription
BASS_ERROR_HANDLEhandle or channel is not valid.

See Also

Reference