ltmmPlay_Source Constants
The ltmmPlay_Source constants specify the media source type used in the conversion process.
Const ltmmPlay_Source_None = 0
Const ltmmPlay_Source_File = 1
Const ltmmPlay_Source_HGlobal = 2
Const ltmmPlay_Source_Array = 3
Const ltmmPlay_Source_Object = 4
Const ltmmPlay_Source_Stream = 5
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