C#
VB
C++
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET