ltmfPlay_Source Constants

Summary

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

Syntax

typedef enum _ltmfPlay_Source 
{ 
   ltmfPlay_Source_None, 
   ltmfPlay_Source_File, 
   ltmfPlay_Source_HGlobal, 
   ltmfPlay_Source_Array, 
   ltmfPlay_Source_Object, 
   ltmfPlay_Source_Stream, 
} ltmfPlay_Source; 

Members

ltmfPlay_Source_None

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

ltmfPlay_Source_File

[1] Indicates that the source is a file.

ltmfPlay_Source_HGlobal

[2] Indicates that the source is global memory.

ltmfPlay_Source_Array

[3] Indicates that the source is a SAFEARRAY.

ltmfPlay_Source_Object

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

ltmfPlay_Source_Stream

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

See Also

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

LEADTOOLS Media Foundation C API Help

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