BASS_ASIO_Free
Releases the device/driver.
BOOL BASS_ASIO_Free();
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_BUSY
This function cannot be called from within a
BASS_ASIO_ControlPanel
call.
Remarks
If the device was initialized without the BASS_ASIO_THREAD flag, some drivers may have a problem with this function being called in a thread other than the one that initialized the device.
See also
BASS_ASIO_Init