Copyright © 2006-2019 MultiMedia Soft

GetInputDevicesCount method

Previous pageReturn to chapter overviewNext page

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.