Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : CompressorReliability Enumeration |
public enum CompressorReliability : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum CompressorReliability Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CompressorReliability
public enum class CompressorReliability : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Unusable | The compressor has serious problems that prevent it from performing its intended tasks. This can be because the compressor is not registered properly, or it is missing. |
0x00000001 | Unstable | The compressor has shown instability during tests. Problems include incompatible outputs, corrupted outputs, crashes, and other problems that prevent graphs containing the compressor from running properly. |
0x00000002 | Unverified | The compressor has not been tested. |
0x00000003 | Stable | The compressor has no known problems. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CompressorReliability