LEADTOOLS Media Foundation Help > LEADTOOLS Media Foundation Features > Media Foundation File Formats and Constants > Media Format and Constants > ltmfConvert Enumeration Constants > ltmfConvert_TargetFormat Constants |
typedef enum _ltmfConvert_TargetFormat
{
ltmfConvert_TargetFormat_WMV,
ltmfConvert_TargetFormat_MP4,
ltmfConvert_TargetFormat_MKV,
} ltmfConvert_TargetFormat;
The ltmfConvert_TargetFormat constants define the target file format.
Constant |
Description |
ltmfConvert_TargetFormat_WMV |
[0] Windows Media WMV audio/video format. |
ltmfConvert_TargetFormat_MP4 |
[1] ISO Base video file format. This format can be used to create multiple file formats: MP4, AVC, QuickTime, F4V (Flash HD), 3GPP, etc. |
ltmfConvert_TargetFormat_MKV |
[2] Matroska (MKV) file format |
See Also
IltmfConvert::put_TargetFormat