BASS.NET API for the Un4seen BASS Audio Library

BassMixBASS_Mixer_StreamGetChannelCount Method

BASS.NET API for the Un4seen BASS Audio Library
Gets the number of 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_StreamGetChannelCount(
	int handle
)

Parameters

handle
Type: SystemInt32
The mixer handle.

Return Value

Type: Int32
The number of source handles (-1 on error, use BASS_ErrorGetCode to get the error code).
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not a valid mixer handle.

See Also

Reference