Resumes a paused sample, stream, MOD music, or CD channel.
BOOL WINAPI BASS_ChannelResume( |
Parameters
handle | The 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_START | The digital output has not even been started. |
BASS_ERROR_NOPAUSE | The channel is not paused. |
BASS_ERROR_HANDLE | handle is not a valid channel. |
See also
BASS_ChannelPause, BASS_ChannelStop