Const ltmmTargetFormat_Stream_Audio = &H0001
Const ltmmTargetFormat_Stream_Video = &H0002
Const ltmmTargetFormat_Stream_CC = &H0004
Const ltmmTargetFormat_Stream_Midi = &H0008
Const ltmmTargetFormat_Stream_Other = &H0010
Const ltmmTargetFormat_Stream_KLV = &H0020
The ltmmTargetFormat_Stream constants specify the streams that a 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. 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. |