BASS.NET API for the Un4seen BASS Audio Library

BassBASS_RecordGetDeviceCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the total number of available recording devices.

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

public static int BASS_RecordGetDeviceCount()

Return Value

Type: Int32
Number of real recording devices available.
Remarks

Uses BASS_RecordGetDeviceInfo(Int32, BASS_DEVICEINFO) internally.
See Also

Reference