BASS.NET API for the Un4seen BASS Audio Library

BassBASS_GetDeviceInfos Method

BASS.NET API for the Un4seen BASS Audio Library
Returns all available output devices.

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

public static BASS_DEVICEINFO[] BASS_GetDeviceInfos()

Return Value

Type: BASS_DEVICEINFO
An array of BASS_DEVICEINFO elements representing the available output devices.
Remarks

Uses BASS_GetDeviceInfo(Int32, BASS_DEVICEINFO) internally.
See Also

Reference