IMcCaptDevice2SuspendPreview Property
|
|
Gets or sets pausing preview on the capture device.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
RemarksIf preview is on, this property allows the preview to be suspended or
frozen to allow other capture operations to occur or for a pause control.
Can be one of the following constants.
mcPvwSuspendCmd_NoChange = 0 No change (no-op)
mcPvwSuspendCmd_Resume = 1 Resume a suspended preview
mcPvwSuspendCmd_Suspend = 2 Suspend preview
See Also