ltmmPlay_Stream Constants

Summary

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

Syntax

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_Script = 0x40, 
   ltmmPlay_Stream_Subtitle = 0x80 
} ltmmPlay_Stream; 

Members

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.

ltmmPlay_Stream_Script

[0x0040] Script stream.

ltmmPlay_Stream_Subtitle

[0x0080] Subtitle stream.

See Also

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.