ltmmPlay_Stream Constants

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

Const ltmmPlay_Stream_Audio = &H001
Const ltmmPlay_Stream_Video = &H0002
Const ltmmPlay_Stream_CC = &H0004
Const ltmmPlay_Stream_Midi = &H0008
Const ltmmPlay_Stream_Other = &H0010
Const ltmmPlay_Stream_KLV = &H0020

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.

ltmmPlay_Stream_KLV

[32] KLV stream.

See Also

Elements:

ltmmPlayCtrl.RenderedStreams Property , ltmmPlayCtrl.UnrenderedStreams Property

Topics:

ltmmPlayCtrl Object