BASS_Stop
Stops the output, stopping all musics/samples/streams on it.
BOOL BASS_Stop();
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
This function can be used after BASS_Pause to stop the paused channels, so that they will not be resumed the next time BASS_Start is called.
When using multiple devices, the current thread's device setting (as set with BASS_SetDevice) determines which device this function call applies to.
See also
BASS_ChannelStop, BASS_Pause, BASS_Start