LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
CaptureDlg Enumeration
See Also  
Leadtools.Multimedia Namespace : CaptureDlg Enumeration



Values that define helper and property dialog boxes available in the CaptureCtrl object.

Syntax

Visual Basic (Declaration) 
Public Enum CaptureDlg 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CaptureDlg
C# 
public enum CaptureDlg : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CaptureDlg : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AudioCaptureFilterSpecifies the property pages for the audio device filter.
AudioCapturePinSpecifies the property pages for the audio capture pin.
AudioCompressorSpecifies the property pages for the currently selected audio compressor.
AudioCrossbarSpecifies the property pages for the audio or secondary crossbar.
AudioDecompressorSpecifies the property pages for the audio decompressor.
AudioFormatSpecifies the legacy audio format dialog box.
AudioPreviewPinSpecifies the property pages for the audio preview pin.
AudioProcessorsSpecifies the audio processor selection dialog box.
AudioRendererSpecifies the properties dialog box for the preview audio renderer.
CaptureSpecifies the combined property pages for the selected capture devices.
PrevAudioProcessorSpecifies the first selected preview audio processor's properties dialog box.
PreviewSpecifies the combined property pages affecting preview.
PreviewAudioProcessorsSpecifies the property pages for the preview audio processors dialog box.
PreviewVideoProcessorsSpecifies the property pages for the preview video processors dialog box.
PrevVideoProcessorSpecifies the first selected preview video processor's properties dialog box.
SelAudioProcessorSpecifies the first selected audio processor's properties dialog box.
SelVideoProcessorSpecifies the first selected video processor's properties dialog box.
SplitterSpecifies the property pages for the splitter filter.
TargetFormatSpecifies the properties dialog box for the assigned target format.
TVSpecifies the property pages for TV control.
TVAudioSpecifies the property pages for the TV audio controls.
TVTunerSpecifies the property pages for the TV tuner.
VideoCaptureFilterSpecifies the property pages for the video device filter.
VideoCapturePinSpecifies the property pages for the video capture pin.
VideoCompressorSpecifies the property pages for the currently selected video compressor.
VideoCrossbarSpecifies the property pages for the video crossbar.
VideoDecompressorSpecifies the property pages for the video decompressor.
VideoDisplaySpecifies the Video for Windows video display dialog box for legacy devices.
VideoFormatSpecifies the Video for Windows video format dialog box for legacy capture devices.
VideoPreviewPinSpecifies the property pages for the video preview pin.
VideoProcessorsSpecifies the video processor selection dialog box.
VideoRendererSpecifies the properties dialog box for the preview video renderer.
VideoSourceSpecifies the Video for Windows video source dialog box for legacy capture devices.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureDlg

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also