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

ltmmTargetFormat_Object Constants

Show in webframe

typedef enum ltmmTargetFormat_Object
{
    ltmmTargetFormat_Object_Mux,
    ltmmTargetFormat_Object_Sink,
    ltmmTargetFormat_Object_VideoCompressor,
    ltmmTargetFormat_Object_AudioCompressor,
    ltmmTargetFormat_Object_AVMux,
} ltmmTargetFormat_Object;

The ltmmTargetFormat_Object Constants define cached objects that can be obtained through IltmmTargetFormat::GetCacheObject.

Constant

Description

ltmmTargetFormat_Object_Mux

[0x00] Specifies the multiplexer filter of the current target format .

ltmmTargetFormat_Object_Sink

[0x01] Specifies the sink (writer) filter of the current target format.

ltmmTargetFormat_Object_VideoCompressor

[0x02] Specifies the video compressor filter of the current target format.

ltmmTargetFormat_Object_AudioCompressor

[0x03] Specifies the audio compressor filter of the current target format.

ltmmTargetFormat_Object_AVMux

[0x04] Specifies the Audio Video (preliminary) multiplexer filter of the current target format.

A module that combines audio and video into one file.

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 an encoder , 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.

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.