C#
VB
C++
Values that define the type of capture to perform.
public enum CaptureMode Public Enum CaptureMode
public enum class CaptureMode Members
| Value | Member | Description |
|---|---|---|
| -16777216 | ModifierMask | Used internally to remove modifier bits lower than 0xFF000000. |
| 0 | VideoOrAudio | Specifies that audio, video, or both should be captured. |
| 1 | VideoAndAudio | Specifies that both audio and video should be captured. |
| 2 | Video | Specifies that only video should be captured. |
| 3 | Audio | Specifies that only audio should be captured. |
| 4 | ManualFrames | Specifies that a manually triggered sequence of frames should be captured. |
| 5 | AutoFrames | Specifies that an automatically triggered sequence of frames should be captured. |
| 6 | Still | Specifies that still images will be retrieved through calls to CaptureCtrl.GetStillDIB and CaptureCtrl.GetStillImage. |
| 7 | ManualFramesAndAudio | Specifies that a manually triggered sequence of audio frames should be captured. |
| 8 | AutoFramesAndAudio | Specifies that an automatically triggered sequence of audio frames should be captured. |
| 255 | Mask | Used internally to remove mode bits higher than 0x000000FF. |
| 16777216 | InhibitRun | Specifies that previewing images is inhibited. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
