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



Values that provide reliability information on compressors (audio or video), based on a history of field tests.

Syntax

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

Members

MemberDescription
StableThe compressor has no known problems.
UnstableThe 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.
UnusableThe 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.
UnverifiedThe compressor has nopt been tested.

Remarks

Compressor reliability is obtained by calling the Compressor.Reliability property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CompressorReliability

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