Click or drag to resize

IMcCaptDevice2SupportedFrameFlags Property

Gets the capture frame flags supported by this capture device.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property SupportedFrameFlags As Integer
	Get

Property Value

Type: Int32
Remarks
Returns the capture frame flags supported by this capture device. Capture frame flags are used for streaming capture operations. If IsStreamSupported returns false, this property should not be used and its returned value is undefined.
See Also