ltmmConvert_Stream Constants

The ltmmConvert_Source constants specify the streams that have or haven't been rendered.

Const ltmmConvert_Stream_Audio = &H001
Const ltmmConvert_Stream_Video = &H0002
Const ltmmConvert_Stream_CC = &H0004
Const ltmmConvert_Stream_Midi = &H0008
Const ltmmConvert_Stream_Other = &H0010
Const ltmmConvert_Stream_KLV = &H0020

 

Constant

Description

ltmmConvert_Stream_Audio

[1] 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 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. before you can play (hear) it..

ltmmConvert_Stream_Video

[2] 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 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. before you can play (see) it..

ltmmConvert_Stream_CC

[4] Close caption stream The portion of the file holding the close captioning data. This is usually the subtitles. The text at the bottom of the movie that displays the words for the audio in the movie..

ltmmConvert_Stream_Midi

[8] Midi stream.

ltmmConvert_Stream_Other

[16] Undefined stream.

ltmmConvert_Stream_KLV

[32] KLV stream.

See Also

Elements:

ltmmConvertCtrl.RenderedStreams Property , ltmmConvertCtrl.UnrenderedStreams Property

Topics:

ltmmConvertCtrl Object