Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
GetInputDevicesCount method 
 
Remarks 
 
Retrieves the number of input devices (sound cards) currently installed on the system.  
 
The friendly name of each input device can be obtained using the GetInputDeviceDesc method. 
 
 
Syntax 
 
[Visual Basic] 
Public Function GetInputDevicesCount
) as Int16
 
[C#] 
public Int16 GetInputDevicesCount
);
 
[C++] 
public: Int16 GetInputDevicesCount
);
 
 
 
Return value 
 
The number of input devices currently installed on the system. 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents