ltmmPlay_Source Constants

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

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

Constant

Description

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).

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