Click or drag to resize

IMcCaptFramesCircular Property

Gets or sets the circular buffer flag for the McCaptFrames collection

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property Circular As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
Circular buffers are used to re-use the existing capture frames during a streaming capture operation. Setting this flag will specify that this capture frames collection is to be used as a circular buffer.
See Also