BASS_Stop

Stops the digital output, stopping all musics/samples/streams.

BOOL WINAPI 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
You can use BASS_Stop after BASS_Pause to stop the paused channels, so that they will not be resumed the next time you call BASS_Start.

See also
BASS_Pause, BASS_Start