Click or drag to resize

IMcCaptureDevices Interface

Gives access to the capture devices collection (McCaptDevices).

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcCaptureDevices
	Inherits IEnumerable

The IMcCaptureDevices type exposes the following members.

Properties
  NameDescription
Public propertyActiveDevice
Gets or sets the active capture device for the capture devices collection.
Public propertyCount
Gets the count of devices in the capture devices collection.
Public propertyItem
Gets a capture device from the capture devices collection.
Top
Methods
Remarks
This interface implements the capture devices collection.
See Also