BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_IsStarted Method

BASS.NET API for the Un4seen BASS Audio Library
Checks, if the current Wasapi device/driver (endpoint) has been already started (via BASS_WASAPI_Start).

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

[DllImportAttribute("basswasapi")]
public static bool BASS_WASAPI_IsStarted()

Return Value

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

When using multiple devices, the current thread's device setting (as set with BASS_WASAPI_SetDevice(Int32)) determines which device this function call applies to.

See Also

Reference