BASS.NET API for the Un4seen BASS Audio Library

BassMixBASS_Split_StreamGetSplits Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the channel's splitters.

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

public static int[] BASS_Split_StreamGetSplits(
	int handle
)

Parameters

handle
Type: SystemInt32
The handle to check.

Return Value

Type: Int32
The array of splitter handles ( on error, use BASS_ErrorGetCode to get the error code).
See Also

Reference