Click or drag to resize

IMcCaptFrameLock Property

Gets or sets the lock flag for the capture frame.

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

Property Value

Type: Boolean
Remarks
The lock flag indicates that the capture frame image data is being accessed by the client and should not be overwritten. This is only valid for circular buffer streaming operations.
See Also