The AudioInputs object is a collection used to manage the available audio inputs for the specified audio device.
[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
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document