AudioDevicesCount
property, read-only
Delphi
property AudioDevicesCount: LongInt read GetAudioDevicesCount;
C++Builder
__property System::LongInt AudioDevicesCount = {read=GetAudioDevicesCount, nodefault};
C#
public int AudioDevicesCount { get; }
VB.NET
Public ReadOnly Property AudioDevicesCount As Integer
C++/Qt
int GetAudioDevicesCount ();
number of audio capture devices available on the current platform, i.e. in the AudioDevices list. Note: in Delphi and C++Builder versions of the component, this property is available also as a AudioDevicesCount global variable.