CompressorReliability Enumeration

Summary

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

Syntax
C#
VB
C++
public enum CompressorReliability   
Public Enum CompressorReliability  
public enum class CompressorReliability   

Members
ValueMemberDescription
0Unusable 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.
1Unstable 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.
2Unverified The compressor has not been tested.
3Stable The compressor has no known problems.

Remarks

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly