BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_GetInfo Method

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

public static BASS_WASAPI_INFO BASS_WASAPI_GetInfo()

Return Value

Type: BASS_WASAPI_INFO
An instance of the BASS_WASAPI_INFO class on success - else .
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