Stops the device.
BOOL BASS_WASAPI_Stop( BOOL reset );
reset | Flush the device buffer? |
BASS_ERROR_INIT | BASS_WASAPI_Init has not been successfully called. |
BASS_ERROR_UNKNOWN | Some other mystery problem! |
Exclusive mode output should generally be flushed when stopped to avoid glitches upon resumption.
When using multiple devices, the current thread's device setting (as set with BASS_WASAPI_SetDevice) determines which device this function call applies to.