typedef enum _ltmmConvert_Dlg
{
ltmmConvert_Dlg_VideoCompressor,
ltmmConvert_Dlg_AudioCompressor,
ltmmConvert_Dlg_TargetFormat,
ltmmConvert_Dlg_AudioProcessors,
ltmmConvert_Dlg_VideoProcessors,
ltmmConvert_Dlg_Source,
ltmmConvert_Dlg_VideoDecompressor,
ltmmConvert_Dlg_AudioDecompressor,
ltmmConvert_Dlg_Splitter,
ltmmConvert_Dlg_SourceAndSplitter,
ltmmConvert_Dlg_SelAudioProcessor = 0x100,
ltmmConvert_Dlg_SelVideoProcessor = 0x200,
} ltmmConvert_Dlg;
The ltmmConvert_Dlg constants define helper and property dialog boxes available in the convert object.
Constant | Description |
---|---|
ltmmConvert_Dlg_VideoCompressor | [0] Specifies the selected video compressor properties dialog box. |
ltmmConvert_Dlg_AudioCompressor | [1] Specifies the selected audio compressor properties dialog box. |
ltmmConvert_Dlg_TargetFormat | [2] Specifies the properties dialog box for the assigned target format.Before showing this dialog, call the IltmmConvert::put_TargetFile function to set the target file name. If file name is not available, pass an empty string to the newVal parameter. |
ltmmConvert_Dlg_AudioProcessors | [3] Specifies the audio processor selection dialog box. |
ltmmConvert_Dlg_VideoProcessors | [4] Specifies the video processor selection dialog box. |
ltmmConvert_Dlg_Source | [5] Specifies the source filter dialog box. |
ltmmConvert_Dlg_VideoDecompressor | [6] Specifies the video decompressor dialog. |
ltmmConvert_Dlg_AudioDecompressor | [7] Specifies the audio decompressor dialog. |
ltmmConvert_Dlg_Splitter | [8] Specifies the splitter (demultiplexer) dialog. |
ltmmConvert_Dlg_SourceAndSplitter | [9] Specifies the source and splitter (demultiplexer) dialogs. |
ltmmConvert_Dlg_SelAudioProcessor | [0x100] Specifies the first selected audio processor's properties dialog box. Additional processors may be specified by adding the processor's collection index to this constant. A maximum of 256 processors may be specified. |
ltmmConvert_Dlg_SelVideoProcessor | [0x200] Specifies the first selected video processor's properties dialog box. Additional processors may be specified by adding the processor's collection index to this constant. A maximum of 256 processors may be specified. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document