ltmmCapture_Dlg Constants

The ltmmCapture_Dlg constants define helper and property dialog boxes available in the capture control.

Const ltmmCapture_Dlg_VideoFormat = 0
Const ltmmCapture_Dlg_VideoSource = 1
Const ltmmCapture_Dlg_VideoDisplay = 2
Const ltmmCapture_Dlg_AudioFormat = 3
Const ltmmCapture_Dlg_VideoCaptureFilter = 4
Const ltmmCapture_Dlg_AudioCaptureFilter = 5
Const ltmmCapture_Dlg_VideoCapturePin = 6
Const ltmmCapture_Dlg_AudioCapturePin = 7
Const ltmmCapture_Dlg_VideoPreviewPin = 8
Const ltmmCapture_Dlg_AudioPreviewPin = 9
Const ltmmCapture_Dlg_TVTuner = 10
Const ltmmCapture_Dlg_TVAudio = 11
Const ltmmCapture_Dlg_VideoCrossbar = 12
Const ltmmCapture_Dlg_AudioCrossbar = 13
Const ltmmCapture_Dlg_VideoCompressor = 14
Const ltmmCapture_Dlg_AudioCompressor = 15
Const ltmmCapture_Dlg_Capture = 16
Const ltmmCapture_Dlg_TV = 17
Const ltmmCapture_Dlg_Preview = 18
Const ltmmCapture_Dlg_AudioProcessors = 19
Const ltmmCapture_Dlg_VideoProcessors = 20
Const ltmmCapture_Dlg_TargetFormat = 21
Const ltmmCapture_Dlg_VideoRenderer = 22
Const ltmmCapture_Dlg_AudioRenderer = 23
Const ltmmCapture_Dlg_SelAudioProcessor = 256
Const ltmmCapture_Dlg_SelVideoProcessor = 512

 

Constant

Description

ltmmCapture_Dlg_VideoFormat

[0] Specifies the Video for Windows video format dialog box for legacy capture devices.

ltmmCapture_Dlg_VideoSource

[1] Specifies the Video for Windows video source dialog box for legacy capture devices.

ltmmCapture_Dlg_VideoDisplay

[2] Specifies the Video for Windows video display dialog box for legacy devices.

ltmmCapture_Dlg_AudioFormat

[3] Specifies the legacy audio format dialog box.

ltmmCapture_Dlg_VideoCaptureFilter

[4] Specifies the property pages for the video device filter.

ltmmCapture_Dlg_AudioCaptureFilter

[5] Specifies the property pages for the audio device filter.

ltmmCapture_Dlg_VideoCapturePin

[6] Specifies the property pages for the video capture pin.

ltmmCapture_Dlg_AudioCapturePin

[7] Specifies the property pages for the audio capture pin.

ltmmCapture_Dlg_VideoPreviewPin

[8] Specifies the property pages for the video preview pin.

ltmmCapture_Dlg_AudioPreviewPin

[9] Specifies the property pages for the audio preview pin.

ltmmCapture_Dlg_TVTuner

[10] Specifies the property pages for the TV tuner.

ltmmCapture_Dlg_TVAudio

[11] Specifies the property pages for the TV audio controls.

ltmmCapture_Dlg_VideoCrossbar

[12] Specifies the property pages for the video crossbar.

ltmmCapture_Dlg_AudioCrossbar

[13] Specifies the property pages for the audio or secondary crossbar.

ltmmCapture_Dlg_VideoCompressor

[14] 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

[15] Specifies the property pages for the currently selected audio compressor.

ltmmCapture_Dlg_Capture

[16] Specifies the combined property pages for the selected capture devices.

ltmmCapture_Dlg_TV

[17] Specifies the property pages for TV control.

ltmmCapture_Dlg_Preview

[18] Specifies the combined property pages affecting preview.

ltmmCapture_Dlg_AudioProcessors

[19] Specifies the audio processor selection dialog box.

ltmmCapture_Dlg_VideoProcessors

[20] Specifies the video processor selection dialog box.

ltmmCapture_Dlg_TargetFormat

[21] 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 ltmmCaptureCtrl.TargetFile property to set the target file name. If file name is not available, set the value of this property to an empty string.

ltmmCapture_Dlg_VideoRenderer

[22] 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

[23] 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

[256] 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

[512] 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

ltmmCaptureCtrl.HasDialog Method

ltmmCaptureCtrl.ShowDialog Method