| Visual Basic (Declaration) | |
|---|---|
Public Enum CaptureState Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CaptureState | |
| C# | |
|---|---|
public enum CaptureState : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CaptureState : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| NotReady | Indicates that the capture control is not ready for capturing. |
| Paused | Indicates that the capture graph is currently paused. |
| Pending | Indicates that a capture graph is built and ready to run. |
| Previewing | Indicates that the capture control is previewing, but no capturing. |
| Running | Indicates that the object is actively capturing data. |
| Stopped | Indicates that the capture control is ready to run. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureState
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