BASS_ASIO_Stop
Stops the device.
BOOL BASS_ASIO_Stop();
Return value
If successful, then TRUE is returned, else FALSE is returned. Use
BASS_ASIO_ErrorGetCode
to get the error code.
Error codes
BASS_ERROR_INIT
BASS_ASIO_Init
has not been successfully called.
BASS_ERROR_START
The device has not been started.
See also
BASS_ASIO_IsStarted
,
BASS_ASIO_Start