Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : ConvertState Enumeration |
public enum ConvertState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ConvertState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ConvertState
public enum class ConvertState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | NotReady | Indicates that the ConvertCtrl object is not ready for conversion. |
0x00000001 | Stopped | Indicates that the ConvertCtrl object is ready for conversion and stopped. |
0x00000002 | Running | Indicates that the ConvertCtrl object is converting data. |
0x00000003 | Paused | Indicates that the ConvertCtrl object is paused: no data is being converted. |
System.Object
System.ValueType
System.Enum
Leadtools.MediaFoundation.ConvertState