BASS.NET API for the Un4seen BASS Audio Library

BassMixBASS_Mixer_ChannelGetMixer Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the mixer that a channel is plugged into.

Namespace:  Un4seen.Bass.AddOn.Mix
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bassmix")]
public static int BASS_Mixer_ChannelGetMixer(
	int handle
)

Parameters

handle
Type: SystemInt32
The mixer source channel handle (which was add via BASS_Mixer_StreamAddChannel(Int32, Int32, BASSFlag) or BASS_Mixer_StreamAddChannelEx(Int32, Int32, BASSFlag, Int64, Int64) beforehand).

Return Value

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

ERROR CODEDescription
BASS_ERROR_HANDLEThe channel is not plugged into a mixer.

See Also

Reference