BASS.NET API for the Un4seen BASS Audio Library

BassMixBASS_Mixer_StreamGetChannels Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves a mixer's source channels.

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

public static int[] BASS_Mixer_StreamGetChannels(
	int handle
)

Parameters

handle
Type: SystemInt32
The mixer handle.

Return Value

Type: Int32
The array of mixer's source handles ( on error, use BASS_ErrorGetCode to get the error code).
Remarks

To determine whether a particular channel is plugged in a mixer, it is simpler to use BASS_Mixer_ChannelGetMixer(Int32) instead of this function.

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not a valid mixer handle.

See Also

Reference