Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.27
LEADTOOLS Media Foundation Help

The format to be used for the converted file. This includes the file format, any special settings used by that format, and which audio and/or video codec is to be used for the conversion, and any special settings used by the codecs.

A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.

ltmfConvert_Dlg Constants

Show in webframe

typedef enum _ltmfConvert_Dlg
{
   ltmfConvert_Dlg_TargetFormat,
   ltmfConvert_Dlg_AudioProcessors,
   ltmfConvert_Dlg_VideoProcessors,
   ltmfConvert_Dlg_SelAudioProcessor = 0x100,
   ltmfConvert_Dlg_SelVideoProcessor = 0x200,
} ltmfConvert_Dlg;

The ltmfConvert_Dlg constants define helper and property dialog boxes available in the convert object.

Constant

Description

ltmfConvert_Dlg_TargetFormat

[0] Specifies the properties dialog box for the assigned target format .

Before showing this dialog, call the IltmfConvert::put_TargetFile function to set the target file name. If file name is not available, pass an empty string to the newVal parameter.

ltmfConvert_Dlg_AudioProcessors

[1] Specifies the audio processor selection dialog box.

ltmfConvert_Dlg_VideoProcessors

[2] Specifies the video processor selection dialog box.

ltmfCapture_Dlg_SelAudioProcessor

[0x100] Specifies the first selected audio processors properties dialog box. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified.

ltmfCapture_Dlg_SelVideoProcessor

[0x200] Specifies the first selected video processors properties dialog box. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified.

See Also

IltmfConvert::HasDialog

IltmfConvert::ShowDialog

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.