BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_GetDeviceCount Method

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

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

public static int BASS_WASAPI_GetDeviceCount()

Return Value

Type: Int32
Number of WASAPI devices (endpoints) available.
Remarks

Uses BASS_WASAPI_GetDeviceInfo(Int32, BASS_WASAPI_DEVICEINFO) internally.
See Also

Reference