BASS FX

BASS_FX_ReverseGetSource

Get the source channel handle of the reversed stream.

DWORD BASS_FX_ReverseGetSource(
    HSTREAM chan
);

Parameters

chanReverse stream (or source channel) handle

Return value
If successful, the handle of the source of the reversed stream is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.

Error code

BASS_ERROR_HANDLE chan is not valid

See also
BASS_FX_ReverseCreateReverse Attribute