typedef enum _ltmmCapture_Dlg
{
ltmmCapture_Dlg_VideoFormat,
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_SelAudioProcessor = 0x100,
ltmmCapture_Dlg_SelVideoProcessor = 0x200,
} ltmmCapture_Dlg;
The ltmmCapture_Dlg constants define helper and property dialog boxes available in the capture object.
Constant |
Description |
ltmmCapture_Dlg_VideoFormat |
Specifies the Video for Windows video format dialog box for legacy capture devices. |
ltmmCapture_Dlg_VideoSource |
Specifies the Video for Windows video source dialog box for legacy capture devices. |
ltmmCapture_Dlg_VideoDisplay |
Specifies the Video for Windows video display dialog box for legacy devices. |
ltmmCapture_Dlg_AudioFormat |
Specifies the legacy audio format dialog box. |
ltmmCapture_Dlg_VideoCaptureFilter |
Specifies the property pages for the video device filter. |
ltmmCapture_Dlg_AudioCaptureFilter |
Specifies the property pages for the audio device filter. |
ltmmCapture_Dlg_VideoCapturePin |
Specifies the property pages for the video capture pin. |
ltmmCapture_Dlg_AudioCapturePin |
Specifies the property pages for the audio capture pin. |
ltmmCapture_Dlg_VideoPreviewPin |
Specifies the property pages for the video preview pin. |
ltmmCapture_Dlg_AudioPreviewPin |
Specifies the property pages for the audio preview pin. |
ltmmCapture_Dlg_TVTuner |
Specifies the property pages for the TV tuner. |
ltmmCapture_Dlg_TVAudio |
Specifies the property pages for the TV audio controls. |
ltmmCapture_Dlg_VideoCrossbar |
Specifies the property pages for the video crossbar. |
ltmmCapture_Dlg_AudioCrossbar |
Specifies the property pages for the audio or secondary crossbar. |
ltmmCapture_Dlg_VideoCompressor |
Specifies the property pages for the currently selected video compressor Also known as an encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder., this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder Also known as a decompressor, this is a module or algorithm to decompress data... |
ltmmCapture_Dlg_AudioCompressor |
Specifies the property pages for the currently selected audio compressor. |
ltmmCapture_Dlg_Capture |
Specifies the combined property pages for the selected capture devices. |
ltmmCapture_Dlg_TV |
Specifies the property pages for TV control. |
ltmmCapture_Dlg_Preview |
Specifies the combined property pages affecting preview. |
ltmmConvert_Dlg_AudioProcessors |
Specifies the audio processor selection dialog box. |
ltmmConvert_Dlg_VideoProcessors |
Specifies the video processor selection dialog box. |
ltmmCapture_Dlg_TargetFormat |
Specifies the properties dialog box for the assigned target format 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 A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data. is to be used for the conversion, and any special settings used by the codecs.. 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. |
ltmmCapture_Dlg_VideoRenderer |
Specifies the properties dialog box for the preview video renderer The DirectShow component responsible for playing the video. Some renderers might have useful settings you can adjust if you have problems playing the video.. |
ltmmCapture_Dlg_AudioRenderer |
Specifies the properties dialog box for the preview audio renderer The audio device that will play the sound. This is usually your sound card. Some computers have more than one sound playback device. You choose which sound playback device will play the sound by selecting the corresponding audio renderer.. |
ltmmCapture_Dlg_SelAudioProcessor |
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. |
ltmmCapture_Dlg_SelVideoProcessor |
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. |
See Also