Leadtools.Multimedia Namespace : CaptureMode Enumeration |
public enum CaptureMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CaptureMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CaptureMode
public enum CaptureMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Multimedia.CaptureMode = function() { }; Leadtools.Multimedia.CaptureMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CaptureMode : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2