ltmfTargetFormat_Stream Constants

Summary

The ltmfTargetFormat_Stream constants specify the streams that a target format can have.

Syntax

typedef enum ltmfTargetFormat_Stream 
{ 
   ltmfTargetFormat_Stream_Audio = 0x0001, 
   ltmfTargetFormat_Stream_Video = 0x0002, 
} ltmfTargetFormat_Stream; 

Members

ltmfTargetFormat_Stream_Audio

[0x0001] Audio stream .

ltmfTargetFormat_Stream_Video

[0x0002] Video stream .

Comments

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.

Audio stream

The portion of the file holding the audio data. The audio data might be compressed to save disk space. The data has to be decompressed using an audio decompressor before you can play (hear) it.

Audio decompressor

Software component which decompresses audio. It must be designed to work with ACM or DirectShow. Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams.

Video stream

The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) it.

Video decompressor

Software component that decompresses video. It must be designed to work with VFW or DirectShow . Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams.
Help Version 22.0.2023.7.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.