ltmmPlay_Stream Constants

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

Const ltmmPlay_Stream_Audio = 1
Const ltmmPlay_Stream_Video = 2
Const ltmmPlay_Stream_CC = 4
Const ltmmPlay_Stream_Midi = 8
Const ltmmPlay_Stream_Other = 16

Constant

Description

ltmmPlay_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..

ltmmPlay_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..

ltmmPlay_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..

ltmmPlay_Stream_Midi

[8] Midi stream.

ltmmPlay_Stream_Other

[16] Undefined stream.

See Also

Elements:

ltmmPlayCtrl.RenderedStreams Property, ltmmPlayCtrl.UnrenderedStreams Property

Topics:

ltmmPlayCtrl Object