You are here: Symbol Reference > iConfServer.NET Namespace > Classes > iConfServerDotNet Class > iConfServerDotNet Methods > GetAudioInputDevicesList Method
iConf .NET Video Conferencing SDK
ContentsIndexHome
PreviousUpNext
iConfServerDotNet.GetAudioInputDevicesList Method

Used to retrieve a list of Audio Input devices installed on the system Each device has a friendly name and a device Id both are stored in the return value of the GetAudioInputDevices method

C#
public List<KeyValuePair<int, string>> GetAudioInputDevicesList();
Visual Basic
Public Function GetAudioInputDevicesList() As List<KeyValuePair<int, string>>
Returns

Hashtable

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2009. AVSPEED, Inc. All rights reserved.