CaptureMode Enumeration

Summary

Defines the type of capture to perform.

Syntax
C#
VB
C++
public enum CaptureMode 
Public Enum CaptureMode  
public enum class CaptureMode   

Members
ValueMemberDescription
0xFF000000ModifierMask Used internally to remove modifier bits lower than 0xFF000000.
0x00000000VideoOrAudio Specifies that audio, video, or both should be captured.
0x00000001VideoAndAudio Specifies that both audio and video should be captured.
0x00000002Video Specifies that only video should be captured.
0x00000003Audio Specifies that only audio should be captured.
0x00000004ManualFrames Specifies that a manually triggered sequence of frames should be captured.
0x00000005AutoFrames Specifies that an automatically triggered sequence of frames should be captured.
0x00000006Still Specifies that still images will be retrieved through calls to CaptureCtrl.GetStillDIB and CaptureCtrl.GetStillImage.
0x00000007ManualFramesAndAudio Specifies that a manually triggered sequence of audio frames should be captured.
0x00000008AutoFramesAndAudio Specifies that an automatically triggered sequence of audio frames should be captured.
0x000000FFMask Used internally to remove mode bits higher than 0x000000FF.
0x01000000InhibitRun Specifies that previewing images is inhibited.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly