Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

CaptureMode Enumeration






Values that define the type of capture to perform.
Syntax
'Declaration
 
Public Enum CaptureMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CaptureMode
public enum class CaptureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features