Click or drag to resize

IMcCaptFrames Interface

Gives access to the capture frames collection object (McCaptFrames).

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

The IMcCaptFrames type exposes the following members.

Properties
  NameDescription
Public propertyCircular
Gets or sets the circular buffer flag for the McCaptFrames collection
Public propertyCount
Gets the count of capture frames in the collection.
Public propertyFlags
Gets or sets the flags of the capture frames collection.
Public propertyItem
Gets a capture frame from the capture frames collection.
Public propertyParent
Gets the parent McCaptDevice for this McCaptFrames collection
Public propertyType
Gets or sets the image data buffer type for the capture frames collection
Top
Methods
  NameDescription
Public methodAdd
Adds a McCaptFrame object to the McCaptFrames collection.
Public methodGetEnumerator
Public methodRemove
Removes a McCaptFrame object from the McCaptFrames collection.
Top
Remarks
This interface implements the capture frames collection.
See Also