CaptureMode Enumeration

Summary

Values that define the type of capture to perform.

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

Members
ValueMemberDescription
-16777216ModifierMask Used internally to remove modifier bits lower than 0xFF000000.
0VideoOrAudio Specifies that audio, video, or both should be captured.
1VideoAndAudio Specifies that both audio and video should be captured.
2Video Specifies that only video should be captured.
3Audio Specifies that only audio should be captured.
4ManualFrames Specifies that a manually triggered sequence of frames should be captured.
5AutoFrames Specifies that an automatically triggered sequence of frames should be captured.
6Still Specifies that still images will be retrieved through calls to CaptureCtrl.GetStillDIB and CaptureCtrl.GetStillImage.
7ManualFramesAndAudio Specifies that a manually triggered sequence of audio frames should be captured.
8AutoFramesAndAudio Specifies that an automatically triggered sequence of audio frames should be captured.
255Mask Used internally to remove mode bits higher than 0x000000FF.
16777216InhibitRun Specifies that previewing images is inhibited.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

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

Leadtools.Multimedia Assembly