| Leadtools.MediaFoundation Namespace : CaptureState Enumeration | 
'Declaration Public Enum CaptureState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CaptureState
public enum CaptureState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class CaptureState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | NotReady | Indicates that the capture control is not ready for capturing. | 
| 0x00000001 | Stopped | Indicates that the capture control is ready to run. | 
| 0x00000002 | Previewing | Indicates that the capture control is previewing, but not capturing. | 
| 0x00000003 | Pending | Indicates that a capture media session is built and ready to run. | 
| 0x00000004 | Running | Indicates that the object is actively capturing data. | 
| 0x00000005 | Paused | Indicates that the capture media session is currently paused. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.MediaFoundation.CaptureState