BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_Free Method

BASS.NET API for the Un4seen BASS Audio Library
Releases the Asio device/driver.

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

[DllImportAttribute("bassasio")]
public static bool BASS_ASIO_Free()

Return Value

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

Make sure to free each Asio device you have initialized with BASS_ASIO_Init(Int32, BASSASIOInit), BASS_ASIO_SetDevice(Int32) is used to switch the current device.

ERROR CODEDescription
BASS_ERROR_INITBASS_ASIO_Init(Int32, BASSASIOInit) has not been successfully called.

See Also

Reference