BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerStop Method

BASS.NET API for the Un4seen BASS Audio Library
Stops the WASAPI Device.

Namespace:  Un4seen.BassWasapi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool Stop()

Return Value

Type: Boolean
If successful, then is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

Calls BASS_WASAPI_Stop(Boolean) internally on the Device being used by the Wasapi handler (if not already stopped).

If you need to start the WASAPI device you might call Start.

See Also

Reference