ltmfTargetFormat_Compressor Constants

Summary

The ltmfTargetFormat_Compressor constants specify the validity of a compressor for the selected target format .

Syntax

typedef enum ltmfTargetFormat_Compressor 
{ 
   ltmfTargetFormat_Compressor_Invalid = 0, 
   ltmfTargetFormat_Compressor_Indeterminate = 1, 
   ltmfTargetFormat_Compressor_Valid = 2, 
} ltmfTargetFormat_Compressor; 

Members

ltmfTargetFormat_Compressor_Invalid

[0x0000] The compressor is not valid for the current target format.

ltmfTargetFormat_Compressor_Indeterminate

[0x0001] The validity of the compressor for the current format cannot be determined.

ltmfTargetFormat_Compressor_Valid

[0x0002] The compressor is valid for the current target format.

Comments

Compressor

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

Encoder

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

Decoder

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

Target format

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.

Codec

A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.

See Also

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

LEADTOOLS Media Foundation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.