LEADTOOLS Multimedia API Help > LEADTOOLS Multimedia Features > Multimedia File Formats > Multimedia Format and Media Constants > ltmmTargetFormat Enumeration Constants > ltmmTargetFormat_Compressor Constants |
typedef enum ltmmTargetFormat_Compressor
{
ltmmTargetFormat_Compressor_Invalid = 0,
ltmmTargetFormat_Compressor_Indeterminate = 1,
ltmmTargetFormat_Compressor_Valid = 2,
} ltmmTargetFormat_Compressor;
The ltmmTargetFormat_Compressor constants specify the validity of a compressor for the selected target format .
Constant |
Description |
ltmmTargetFormat_Compressor_Invalid |
[0x0000] The compressor is not valid for the current target format. |
ltmmTargetFormat_Compressor_Indeterminate |
[0x0001] The validity of the compressor for the current format cannot be determined. |
ltmmTargetFormat_Compressor_Valid |
[0x0002] The compressor is valid for the current target format. |
See Also
IltmmTargetFormat::IsValidCompressor
Also known as an encoder , this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder .
The format to be used for the converted file. This includes the file format, any special settings used by that format, and which audio and/or video codec is to be used for the conversion, and any special settings used by the codecs.
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.
A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.