BASS.NET API for the Un4seen BASS Audio Library

BassBASS_RecordGetDeviceInfos Method

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

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

public static BASS_DEVICEINFO[] BASS_RecordGetDeviceInfos()

Return Value

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

Uses BASS_RecordGetDeviceInfo(Int32, BASS_DEVICEINFO) internally.
See Also

Reference