Click or drag to resize

McApplicationCaptureEvents Enumeration

Capture Events

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration CaptureEvents
Members
  Member nameValueDescription
CaptureSnap0 Capture is beginning a single-frame Capture.
CaptureRecording1 Capture is beginning a multi-frame time-lapse Recording.
CaptureStreamingToMemory2 Capture is beginning a multi-frame Recording streaming to memory.
CaptureStreamingToDisk3 Capture is beginning a multi-frame Recording streaming to disk.
CapturePreviewing4 Capture is starting live Preview.
CaptureWhiteBalancing5 Capture is beginning a white balance operation.
CaptureAutoExposing6 Capture is beginning a auto-exposure calculation.
CaptureDone7 The previous acquisition or capture operation is complete.
CaptureDonePreviewing8 The live preview has ended.
CaptureCancelled9 The previous acquisition or capture operation was canceled.
CaptureUIBlocksCapture10 A capture dialog is blocking use of Capture.
CaptureIdle11 There hasn't been any capture activity.
Remarks
The identifiers for the Capture-related events that can occur.
See Also