Defines the type of capture to perform.
public enum CaptureMode
Public Enum CaptureMode
public enum class CaptureMode
Value | Member | Description |
---|---|---|
0xFF000000 | ModifierMask | Used internally to remove modifier bits lower than 0xFF000000. |
0x00000000 | VideoOrAudio | Specifies that audio, video, or both should be captured. |
0x00000001 | VideoAndAudio | Specifies that both audio and video should be captured. |
0x00000002 | Video | Specifies that only video should be captured. |
0x00000003 | Audio | Specifies that only audio should be captured. |
0x00000004 | ManualFrames | Specifies that a manually triggered sequence of frames should be captured. |
0x00000005 | AutoFrames | Specifies that an automatically triggered sequence of frames should be captured. |
0x00000006 | Still | Specifies that still images will be retrieved through calls to CaptureCtrl.GetStillDIB and CaptureCtrl.GetStillImage. |
0x00000007 | ManualFramesAndAudio | Specifies that a manually triggered sequence of audio frames should be captured. |
0x00000008 | AutoFramesAndAudio | Specifies that an automatically triggered sequence of audio frames should be captured. |
0x000000FF | Mask | Used internally to remove mode bits higher than 0x000000FF. |
0x01000000 | InhibitRun | Specifies that previewing images is inhibited. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document