Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

ltmmCompressor_Reliability Constants

Show in webframe

typedef enum ltmmCompressor_Reliability
{
   ltmmCompressor_Reliability_Unusable = 0,
   ltmmCompressor_Reliability_Unstable = 1,
   ltmmCompressor_Reliability_Unverified = 2,
ltmmCompressor_Reliability_Stable = 3
} ltmmCompressor_Reliability;

The ltmmCompressor_Reliability constants provide reliability information on compressors (audio or video), based on a history of field tests. Compressor reliability is obtained using the IltmmCompressor::get_Reliability function.

Constant

Description

ltmmCompressor_Reliability_Unusable

[0] The compressor has serious problems that prevent it from performing its intended tasks. Possible causes are: the compressor is not registered properly, or it is missing.

ltmmCompressor_Reliability_Unstable

[1] The compressor has shown instability during tests. Common problems are: incompatible outputs, corrupted outputs, crashes, and other problems that prevent graphs containing the compressor from running properly.

ltmmCompressor_Reliability_Unverified

[2] The compressor is not tested.

ltmmCompressor_Reliability_Stable

[3] The compressor has no known problems.

 

Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.encoder , this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder .

Also known as a decompressor, this is a module or algorithm to decompress data.

Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.