The ltmmCapture_Dlg constants define helper and property dialog boxes available in the capture object.
typedef enum _ltmmCapture_Dlg
{
ltmmCapture_Dlg_VideoFormat = 0,
ltmmCapture_Dlg_VideoSource,
ltmmCapture_Dlg_VideoDisplay,
ltmmCapture_Dlg_AudioFormat ,
ltmmCapture_Dlg_VideoCaptureFilter,
ltmmCapture_Dlg_AudioCaptureFilter,
ltmmCapture_Dlg_VideoCapturePin,
ltmmCapture_Dlg_AudioCapturePin,
ltmmCapture_Dlg_VideoPreviewPin,
ltmmCapture_Dlg_AudioPreviewPin,
ltmmCapture_Dlg_TVTuner,
ltmmCapture_Dlg_TVAudio,
ltmmCapture_Dlg_VideoCrossbar,
ltmmCapture_Dlg_AudioCrossbar,
ltmmCapture_Dlg_VideoCompressor,
ltmmCapture_Dlg_AudioCompressor,
ltmmCapture_Dlg_Capture,
ltmmCapture_Dlg_TV,
ltmmCapture_Dlg_Preview,
ltmmCapture_Dlg_AudioProcessors,
ltmmCapture_Dlg_VideoProcessors,
ltmmCapture_Dlg_TargetFormat,
ltmmCapture_Dlg_VideoRenderer,
ltmmCapture_Dlg_AudioRenderer,
ltmmCapture_Dlg_VideoDecompressor,
ltmmCapture_Dlg_AudioDecompressor,
ltmmCapture_Dlg_Splitter,
ltmmCapture_Dlg_PreviewAudioProcessors,
ltmmCapture_Dlg_PreviewVideoProcessors,
ltmmCapture_Dlg_SelAudioProcessor = 0x100,
ltmmCapture_Dlg_SelVideoProcessor = 0x200,
ltmmCapture_Dlg_PrevAudioProcessor = 0x300,
ltmmCapture_Dlg_PrevVideoProcessor = 0x400
} ltmmCapture_Dlg;
Specifies the Video for Windows video format dialog box for legacy capture devices.
Specifies the Video for Windows video source dialog box for legacy capture devices.
Specifies the Video for Windows video display dialog box for legacy devices.
Specifies the legacy audio format dialog box.
Specifies the property pages for the video device filter.
Specifies the property pages for the audio device filter.
Specifies the property pages for the video capture pin.
Specifies the property pages for the audio capture pin.
Specifies the property pages for the video preview pin.
Specifies the property pages for the audio preview pin.
Specifies the property pages for the TV tuner.
Specifies the property pages for the TV audio controls.
Specifies the property pages for the video crossbar.
Specifies the property pages for the audio or secondary crossbar.
Specifies the property pages for the currently selected video compressor.
Specifies the property pages for the currently selected audio compressor.
Specifies the combined property pages for the selected capture devices.
Specifies the property pages for TV control.
Specifies the combined property pages affecting preview.
Specifies the audio processor selection dialog box.
Specifies the video processor selection dialog box.
Specifies the properties dialog box for the assigned target format. Before showing this dialog, call the IltmmCapture::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 properties dialog box for the preview video renderer.
Specifies the properties dialog box for the preview audio renderer.
Specifies the property pages for the currently selected video decompressor.
Specifies the property pages for the currently selected audio decompressor.
Specifies the property pages for the splitter.
Specifies the property pages for the preview audio processors dialog box.
Specifies the property pages for the preview video processors dialog box.
Specifies the property pages for the currently selected preview video decompressor.
Specifies the property pages for the currently selected preview audio decompressor.
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.
Specifies the first selected preview 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 preview 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