BASS_Split_StreamGetSource

Retrieves the source of a splitter stream.

DWORD BASS_Split_StreamGetSource(
    HSTREAM handle
);

Parameters

handleThe splitter stream handle.

Return value

If successful, the source channel's handle is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEhandle is not a splitter stream.

See also

BASS_Split_StreamCreate, BASS_Split_StreamGetSplits