Click or drag to resize

IMcCaptureManagerDevices Interface

Gives access to the capture devices collection (McCaptureManagerDevices).

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

The IMcCaptureManagerDevices 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.
Public propertyParent
Gets the parent McCaptureManagerDevices object for this McCaptureManagerDevice object
Top
Methods
  NameDescription
Public methodAdd
Public methodGetEnumerator
Public methodRemove
Top
Remarks
This interface implements the capture devices collection.
See Also