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 .

ltmmPlay_Stream_Video

[0x0002] Video stream .

ltmmPlay_Stream_CC

[0x0004] Close caption stream .

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Multimedia C API Help