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 Also known as an encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder., 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.. for the selected 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 A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data. is to be used for the conversion, and any special settings used by the codecs..

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