ltmmPlay_Stream Constants

typedef enum ltmmPlay_Stream
{
   ltmmPlay_Stream_Audio = 0x0001,
   ltmmPlay_Stream_Video = 0x0002,
   ltmmPlay_Stream_CC = 0x0004,
   ltmmPlay_Stream_Midi = 0x0008,
   ltmmPlay_Stream_Other = 0x0010,
   ltmmPlay_Stream_KLV = 0x0020,
} ltmmPlay_Stream;

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

Constant

Description

ltmmPlay_Stream_Audio

[0x0001] 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

[0x0002] 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

[0x0004] 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

[0x0008] Midi stream.

ltmmPlay_Stream_Other

[0x0010] Undefined stream.

ltmmPlay_Stream_KLV

[0x0020] KLV stream.

See Also

IltmmPlay::get_RenderedStreams

IltmmPlay::get_UnrenderedStreams