Leadtools.Multimedia Namespace : CaptureMode Enumeration |
'Declaration Public Enum CaptureMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CaptureMode
public enum CaptureMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class CaptureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0xFF000000 | ModifierMask | Used internally to remove modifier bits lower than 0xFF000000. |
0x00000000 | Audio | Specifies that only audio should be captured. |
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. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureMode