Contains a collections of the capture device inputs.
[DefaultMemberAttribute("Item")]
public class CaptureInputs : IEnumerable<CaptureInput>, IEnumerable
<DefaultMemberAttribute("Item")>
Public Class CaptureInputs
Implements System.Collections.Generic.IEnumerable(Of CaptureInput), System.Collections.IEnumerable
[DefaultMemberAttribute("Item")]
public ref class CaptureInputs : public System.Collections.Generic.IEnumerable<CaptureInput>, System.Collections.IEnumerable
The CaptureCtrl object uses the collection to enumerate and select audio and video capture inputs. A CaptureInputs object is not externally creatable and is only obtained through the parent object's CaptureCtrl.VideoInputs property.
Some video capture devices (i.e. TV Tuners) also have audio inputs. For these devices, the CaptureInputs object controls both video and audio input selection. When a video device is selected, a list of matching video and audio inputs is created and held internally. For those video devices that don't have matching audio inputs, there is no need to be concerned about matching video and audio inputs.
For more information on controlling video and audio inputs, see the Microsoft documentation for the IAMCrossbar interface.
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