BASS_ATTRIB_REVERSE_DIR

BASS FX

BASS_ATTRIB_REVERSE_DIR attribute

Set playback direction.

BOOL BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_REVERSE_DIR,
    float direction
);

Parameters

handleReverse stream (or source channel) handle
direction

Playback direction: BASS_FX_RVS_REVERSE or BASS_FX_RVS_FORWARD

Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLE handle  is invalid
BASS_ERROR_ILLPARAM An illegal parameter was specified

See also
BASS_FX_ReverseCreate, BASS_FX_ReverseGetSource