Click or drag to resize

IMcCapture Interface

The McCapture interface.

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

The IMcCapture type exposes the following members.

Properties
  NameDescription
Public propertyActiveDevice
Gets or sets the active McCaptDevice object in the collection. The active device is the device that will be the one to handle capture operations by default using the Capture operator. However, any available device may be accessed through the device collection independent of the active device.
Public propertyDevices
Gets the McCaptureDevices collection object. This collection contains all capture devices currently available on the system.
Top
Methods
  NameDescription
Public methodlet_ActiveDevice
Top
Remarks
IMcCapture is the high level interface that exposes the capture device collection.
See Also