BASS_ChannelResume

Resumes a paused sample, stream, MOD music, or CD channel.

BOOL WINAPI BASS_ChannelResume(
    DWORD handle
);

Parameters
handleThe channel handle... a HCHANNEL, HMUSIC, HSTREAM, or CDCHANNEL.

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

Error codes
BASS_ERROR_STARTThe digital output has not even been started.
BASS_ERROR_NOPAUSEThe channel is not paused.
BASS_ERROR_HANDLEhandle is not a valid channel.

See also
BASS_ChannelPause, BASS_ChannelStop