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
SyntaxReadOnly Property SupportedFrameFlags As Integer
Get
Property Value
Type:
Int32
RemarksReturns 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