←Select platform

AudioInputs Class

Summary

The AudioInputs object is a collection used to manage the available audio inputs for the specified audio device.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class AudioInputs : IEnumerable<AudioInput>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class AudioInputs  
   Implements System.Collections.Generic.IEnumerable(Of AudioInput), System.Collections.IEnumerable, System.IDisposable  
[DefaultMemberAttribute("Item")] 
public ref class AudioInputs : public System.Collections.Generic.IEnumerable<AudioInput>, System.Collections.IEnumerable, System.IDisposable   

Remarks

Use this object to enumerate the available audio inputs and to control the master properties of the audio device. This object can be obtained using the CaptureCtrl.AudioInputs property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly