The GetNumDigitalAudioInputDevices procedure allows the application software to determine the number of multimedia audio input devices supported by the host system.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public int GetNumDigitalAudioInputDevices()
Visual Basic (Declaration)
Public Function GetNumDigitalAudioInputDevices As Integer
Visual C++
public:
int GetNumDigitalAudioInputDevices()
J#
public int GetNumDigitalAudioInputDevices()

Return Value

If the function succeeds, the number of multimedia audio input devices supported by the host system.

If the function fails, the return value will be zero.

Remarks

None.

See Also