LEADTOOLS Multimedia API Help > LEADTOOLS Multimedia Features > Multimedia File Formats > Multimedia Format and Media Constants > ltmmTargetFormat Enumeration Constants > ltmmTargetFormat_Stream Constants |
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.
A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.
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.
oftware 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.
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.
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.
typedef enum ltmmTargetFormat_Stream { ltmmTargetFormat_Stream_Audio = 0x0001, ltmmTargetFormat_Stream_Video = 0x0002, ltmmTargetFormat_Stream_CC = 0x0004, ltmmTargetFormat_Stream_Midi = 0x0008, ltmmTargetFormat_Stream_Other = 0x0010, ltmmTargetFormat_Stream_KLV = 0x0020, } ltmmTargetFormat_Stream;
The ltmmTargetFormat_Stream constants specify the streams that a target format can have.
Constant |
Description |
ltmmTargetFormat_Stream_Audio |
[0x0001] Audio stream . |
ltmmTargetFormat_Stream_Video |
[0x0002] Video stream . |
ltmmTargetFormat_Stream_CC |
[0x0004] Closed caption stream. |
ltmmTargetFormat_Stream_Midi |
[0x0008] Midi stream. |
ltmmTargetFormat_Stream_Other |
[0x0010] Undefined stream. |
ltmmTargetFormat_Stream_KLV |
[0x0020] KLV stream. |