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_INITBASS_ASIO_Init has not been successfully called.
BASS_ERROR_STARTThe device has not been started.

See also

BASS_ASIO_IsStarted, BASS_ASIO_Start