| Visual Basic (Declaration) | |
|---|---|
Public Enum CaptureDlg Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CaptureDlg | |
| C# | |
|---|---|
public enum CaptureDlg : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CaptureDlg : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AudioCaptureFilter | Specifies the property pages for the audio device filter. |
| AudioCapturePin | Specifies the property pages for the audio capture pin. |
| AudioCompressor | Specifies the property pages for the currently selected audio compressor. |
| AudioCrossbar | Specifies the property pages for the audio or secondary crossbar. |
| AudioDecompressor | Specifies the property pages for the audio decompressor. |
| AudioFormat | Specifies the legacy audio format dialog box. |
| AudioPreviewPin | Specifies the property pages for the audio preview pin. |
| AudioProcessors | Specifies the audio processor selection dialog box. |
| AudioRenderer | Specifies the properties dialog box for the preview audio renderer. |
| Capture | Specifies the combined property pages for the selected capture devices. |
| PrevAudioProcessor | Specifies the first selected preview audio processor's properties dialog box. |
| Preview | Specifies the combined property pages affecting preview. |
| PreviewAudioProcessors | Specifies the property pages for the preview audio processors dialog box. |
| PreviewVideoProcessors | Specifies the property pages for the preview video processors dialog box. |
| PrevVideoProcessor | Specifies the first selected preview video processor's properties dialog box. |
| SelAudioProcessor | Specifies the first selected audio processor's properties dialog box. |
| SelVideoProcessor | Specifies the first selected video processor's properties dialog box. |
| Splitter | Specifies the property pages for the splitter filter. |
| TargetFormat | Specifies the properties dialog box for the assigned target format. |
| TV | Specifies the property pages for TV control. |
| TVAudio | Specifies the property pages for the TV audio controls. |
| TVTuner | Specifies the property pages for the TV tuner. |
| VideoCaptureFilter | Specifies the property pages for the video device filter. |
| VideoCapturePin | Specifies the property pages for the video capture pin. |
| VideoCompressor | Specifies the property pages for the currently selected video compressor. |
| VideoCrossbar | Specifies the property pages for the video crossbar. |
| VideoDecompressor | Specifies the property pages for the video decompressor. |
| VideoDisplay | Specifies the Video for Windows video display dialog box for legacy devices. |
| VideoFormat | Specifies the Video for Windows video format dialog box for legacy capture devices. |
| VideoPreviewPin | Specifies the property pages for the video preview pin. |
| VideoProcessors | Specifies the video processor selection dialog box. |
| VideoRenderer | Specifies the properties dialog box for the preview video renderer. |
| VideoSource | Specifies the Video for Windows video source dialog box for legacy capture devices. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureDlg
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code