The ltmfCapture_Dlg constants define helper and property dialog boxes available in the capture object.
typedef enum _ltmfCapture_Dlg
{
ltmfCapture_Dlg_TargetFormat,
ltmfCapture_Dlg_AudioProcessors,
ltmfCapture_Dlg_VideoProcessors,
ltmfCapture_Dlg_VideoDevice,
ltmfCapture_Dlg_AudioDevice,
ltmfCapture_Dlg_SelAudioProcessor = 0x100,
ltmfCapture_Dlg_SelVideoProcessor = 0x200,
} ltmfCapture_Dlg;
Specifies the properties dialog box for the assigned target format . Before showing this dialog, call the IltmfCapture::put_TargetFile function to set the target file name. If file name is not available, pass an empty string to the newVal parameter.
Specifies the audio processor selection dialog box.
Specifies the video processor selection dialog box.
Specifies the property pages for the video device.
Specifies the property pages for the audio device.
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.
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.
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