BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_GetDeviceInfos Method

BASS.NET API for the Un4seen BASS Audio Library
Returns all available Wasapi devices (endpoints).

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

public static BASS_WASAPI_DEVICEINFO[] BASS_WASAPI_GetDeviceInfos()

Return Value

Type: BASS_WASAPI_DEVICEINFO
An array of BASS_WASAPI_DEVICEINFO elements representing the available Wasapi devices (endpoints).
Remarks

Uses BASS_WASAPI_GetDeviceInfo(Int32, BASS_WASAPI_DEVICEINFO) internally.

This function lists all available endpoits (rendering as well as capturing devices). Input (capture) devices can be determined by evaluating the flags member (which must be either BASS_DEVICE_INPUT or BASS_DEVICE_LOOPBACK).

See Also

Reference