BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerDispose Method

BASS.NET API for the Un4seen BASS Audio Library
Disposes an instance of this class also stops and frees the used WASAPI device/driver (endpoint).

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

public void Dispose()
Remarks

The used WASAPI device/driver (endpoint) will be stopped and freed!

Caution: Once you created an instance of this class and called Init(Boolean), the respective WASAPI device/driver (endpoint) is initialized. Calling this method will automatically stopp and free the used WASAPI device/driver (endpoint) as well as the full-duplex option will be removed!

See Also

Reference