AudioInputs Class (original) (raw)
Summary
The AudioInputs object is a collection used to manage the available audio inputs for the specified audio device.
Syntax
[DefaultMemberAttribute("Item")]
public class AudioInputs : IEnumerable<[AudioInput](audioinput.html)>, IEnumerable, 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.
Leadtools.Multimedia Assembly