BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_GetInfo Method (BASS_WASAPI_INFO)

BASS.NET API for the Un4seen BASS Audio Library
Retrieves information on the Wasapi device being used.

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

[DllImportAttribute("basswasapi")]
public static bool BASS_WASAPI_GetInfo(
	BASS_WASAPI_INFO info
)

Parameters

info
Type: Un4seen.BassWasapiBASS_WASAPI_INFO
An instance of the BASS_WASAPI_INFO class to store the information at.

Return Value

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

This method can be used to get the effective settings used with an initialized WASAPI device (endpoint).

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