ltmmPlay_Source Constants

Summary

The ltmmPlay_Source constants specify the media source type used in the conversion process.

Syntax

typedef enum _ltmmPlay_Source 
{ 
   ltmmPlay_Source_None, 
   ltmmPlay_Source_File, 
   ltmmPlay_Source_HGlobal, 
   ltmmPlay_Source_Array, 
   ltmmPlay_Source_Object, 
   ltmmPlay_Source_Stream, 
} ltmmPlay_Source; 

Members

ltmmPlay_Source_None

[0] Indicates that no source has been defined (default).

ltmmPlay_Source_File

[1] Indicates that the source is a file.

ltmmPlay_Source_HGlobal

[2] Indicates that the source is global memory.

ltmmPlay_Source_Array

[3] Indicates that the source is a SAFEARRAY.

ltmmPlay_Source_Object

[4] Indicates that the source is a COM object.

ltmmPlay_Source_Stream

[5] Indicates that the source is a stream object (object implementing IStream interface).

See Also

IltmmPlay::get_SourceType

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.