| Visual Basic (Declaration) | |
|---|---|
Public Enum CaptureMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CaptureMode | |
| C# | |
|---|---|
public enum CaptureMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CaptureMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Audio | Specifies that only audio should be captured. |
| AutoFrames | Specifies that an automatically triggered sequence of frames should be captured. |
| AutoFramesAndAudio | Specifies that an automatically triggered sequence of audio frames should be captured. |
| InhibitRun | Specifies that previewing images is inhibited. |
| ManualFrames | Specifies that a manually triggered sequence of frames should be captured. |
| ManualFramesAndAudio | Specifies that a manually triggered sequence of audio frames should be captured. |
| Mask | Used internally to remove mode bits higher than 0x000000FF. |
| ModifierMask | Used internally to remove modifier bits lower than 0xFF000000. |
| Still | Specifies that still images will be retrieved through calls to CaptureCtrl.GetStillDIB and CaptureCtrl.GetStillImage. |
| Video | Specifies that only video should be captured. |
| VideoAndAudio | Specifies that both audio and video should be captured. |
| VideoOrAudio | Specifies that audio, video, or both should be captured. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code