LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
CaptureMode Enumeration
See Also  
Leadtools.Multimedia Namespace : CaptureMode Enumeration



Values that define the type of capture to perform.

Syntax

Visual Basic (Declaration) 
Public Enum CaptureMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CaptureMode
C# 
public enum CaptureMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CaptureMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AudioSpecifies that only audio should be captured.
AutoFramesSpecifies that an automatically triggered sequence of frames should be captured.
AutoFramesAndAudioSpecifies that an automatically triggered sequence of audio frames should be captured.
InhibitRunSpecifies that previewing images is inhibited.
ManualFramesSpecifies that a manually triggered sequence of frames should be captured.
ManualFramesAndAudioSpecifies that a manually triggered sequence of audio frames should be captured.
MaskUsed internally to remove mode bits higher than 0x000000FF.
ModifierMaskUsed internally to remove modifier bits lower than 0xFF000000.
StillSpecifies that still images will be retrieved through calls to CaptureCtrl.GetStillDIB and CaptureCtrl.GetStillImage.
VideoSpecifies that only video should be captured.
VideoAndAudioSpecifies that both audio and video should be captured.
VideoOrAudioSpecifies that audio, video, or both should be captured.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also