AudioInputs Property
Summary
Enumerates the audio devices that are available.
Syntax
public static IEnumerable<ValueTuple<string, string>> AudioInputs { get; }
public:
static property IEnumerable<ValueTuple<String^, String^>^>^ AudioInputs
{
IEnumerable<ValueTuple<String^, String^>^>^ get()
}
Property Value
Returns the device Id
and the device friendly name
respectively.
Requirements
Target Platforms
See Also
MMDevices Class
MMDevices Members
Leadtools.SpeechRecognition.Multimedia Namespace