LEADTOOLS Media Foundation Help > LEADTOOLS Media Foundation Features > Media Foundation File Formats and Constants > Media Format and Constants > ltmfConvert Enumeration Constants > ltmfConvert_Target Constants |
typedef enum _ltmfConvert_Target
{
ltmfConvert_Target_None,
ltmfConvert_Target_File,
} ltmfConvert_Target;
The ltmfConvert_Target constants specify the media target type used in the conversion process.
Constant |
Description |
ltmfConvert_Target_None |
[0] Indicates that no target has been defined (default). |
ltmfConvert_Target_File |
[1] Indicates that target is a file. |
See Also