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



Specifies the current state of the CaptureCtrl object.

Syntax

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

Members

MemberDescription
NotReadyIndicates that the capture control is not ready for capturing.
PausedIndicates that the capture graph is currently paused.
PendingIndicates that a capture graph is built and ready to run.
PreviewingIndicates that the capture control is previewing, but no capturing.
RunningIndicates that the object is actively capturing data.
StoppedIndicates that the capture control is ready to run.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureState

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