McApplicationCaptureEvents Enumeration
|
|
Capture Events
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration CaptureEvents
Members
| Member name | Value | Description |
---|
| CaptureSnap | 0 |
Capture is beginning a single-frame Capture.
|
| CaptureRecording | 1 |
Capture is beginning a multi-frame time-lapse Recording.
|
| CaptureStreamingToMemory | 2 |
Capture is beginning a multi-frame Recording streaming to memory.
|
| CaptureStreamingToDisk | 3 |
Capture is beginning a multi-frame Recording streaming to disk.
|
| CapturePreviewing | 4 |
Capture is starting live Preview.
|
| CaptureWhiteBalancing | 5 |
Capture is beginning a white balance operation.
|
| CaptureAutoExposing | 6 |
Capture is beginning a auto-exposure calculation.
|
| CaptureDone | 7 |
The previous acquisition or capture operation is complete.
|
| CaptureDonePreviewing | 8 |
The live preview has ended.
|
| CaptureCancelled | 9 |
The previous acquisition or capture operation was canceled.
|
| CaptureUIBlocksCapture | 10 |
A capture dialog is blocking use of Capture.
|
| CaptureIdle | 11 |
There hasn't been any capture activity.
|
RemarksThe identifiers for the Capture-related events that can occur.
See Also