BASS_Pause
Stops the output, pausing all musics/samples/streams on it.
BOOL BASS_Pause();
Return value
If successful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
BASS_ERROR_INIT | BASS_Init has not been successfully called. |
Remarks
Use BASS_Start to resume the output and paused channels.When using multiple devices, the current thread's device setting (as set with BASS_SetDevice) determines which device this function call applies to.