BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_GetDeviceInfos Method

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

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

public static BASS_ASIO_DEVICEINFO[] BASS_ASIO_GetDeviceInfos()

Return Value

Type: BASS_ASIO_DEVICEINFO
An array of BASS_ASIO_DEVICEINFO elements representing the available Asio devices.
Remarks

Uses BASS_ASIO_GetDeviceInfo(Int32, BASS_ASIO_DEVICEINFO) internally.
See Also

Reference