C#
VB
C++
Provides reliability information on compressors (audio or video), based on a history of field tests.
public enum CompressorReliability
Public Enum CompressorReliability
public enum class CompressorReliability
Members
Value | Member | Description |
---|---|---|
0 | 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. |
1 | 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. |
2 | Unverified | The compressor has not been tested. |
3 | Stable | The compressor has no known problems. |
Compressor reliability is obtained by calling the Compressor.Reliability property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET