CompressorReliability Enumeration (original) (raw)

Summary

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

Syntax

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.