BASS.NET API for the Un4seen BASS Audio Library

BassMixBASS_Split_StreamGetSource Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the source of a splitter stream.

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

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

Parameters

handle
Type: SystemInt32
The splitter stream handle (which was add via BASS_Split_StreamCreate(Int32, BASSFlag, Int32) beforehand).

Return Value

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

ERROR CODEDescription
BASS_ERROR_HANDLEThe handle is not a splitter stream.

See Also

Reference