ltmmConvert_Target Constants

Summary

The ltmmConvert_Target constants specify the media target type used in the conversion process.

Syntax

typedef enum _ltmmConvert_Target 
{ 
   ltmmConvert_Target_None, 
   ltmmConvert_Target_File, 
   ltmmConvert_Target_Array, 
   ltmmConvert_Target_Object, 
   ltmmConvert_Target_Device, 
   ltmmConvert_Target_Stream, 
   ltmmConvert_Target_Null 
} ltmmConvert_Target; 

Members

ltmmConvert_Target_None

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

ltmmConvert_Target_File

[1] Indicates that target is a file.

ltmmConvert_Target_Array

[2] Indicates that the target is a SAFEARRAY.

ltmmConvert_Target_Object

[3] Indicates that the target is a COM object.

ltmmConvert_Target_Device

[4] Indicates that the target is a DirectShow output device.

ltmmConvert_Target_Stream

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

ltmmConvert_Target_Null

[6] Indicates that the target is NULL, which means the output samples are discarded. This is useful when you are only interested in parsing the input data.

See Also

IltmmConvert::get_TargetType

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