BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_IsStarted Method

BASS.NET API for the Un4seen BASS Audio Library
Checks, if the current Asio device has been started.

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

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

Return Value

Type: Boolean
Returns , if the device has been started, else is returned. Use BASS_ASIO_ErrorGetCode to get the error code.
See Also

Reference