Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

ltmmPlay_Source Constants

Show in webframe

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

See Also

IltmmPlay::get_SourceType

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.