InquireStatusCaptureStatus Enumeration
|
|
Capture Status identifiers
Namespace:
MediaCy.Commands.Capture
Assembly:
MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
SyntaxPublic Enumeration CaptureStatus
Members
| Member name | Value | Description |
---|
| NotInitialized | 0 |
Capture is not available.
|
| Idle | 1 |
Capture is available.
|
| Previewing | 2 |
Live Preview is on.
|
| PreviewingAndAcquiring | 3 |
Capturing with Live Preview on.
|
| Acquiring | 4 |
Capturing a single-frame image.
|
| RecordingMovie | 5 |
Capturing a multi-frame movie.
|
RemarksThe possible states of capture, as returned by the
InquireStatus command.
See Also