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



The CaptureObject enumeration values define objects that can be obtained using the CaptureCtrl.GetSubObject method.

Syntax

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

Members

MemberDescription
AudioCaptureFilterSpecifies the audio device filter.
AudioCapturePinSpecifies the audio capture pin.
AudioCompressorSpecifies the currently selected audio compressor.
AudioCompressorOutputPinSpecifies the audio compressor output pin.
AudioCrossbarSpecifies the audio or secondary crossbar.
AudioDecompressorSpecifies the audio decompressor.
AudioPreviewPinSpecifies the audio preview pin.
AudioRendererSpecifies the preview audio renderer The audio device that will play the sound.
FilterGraphSpecifies the filter graph.
PrevAudioProcessorSpecifies the preview audio processor.
PrevVideoProcessorSpecifies the preview video processor.
SelAudioProcessorSpecifies the first selected audio processor.
SelVideoProcessorSpecifies the first selected video processor.
SinkSpecifies the sink (writer) object.
SplitterSpecifies the splitter.
TargetAudioCompressorSpecifies the target audio processor.
TargetAVMuxSpecifies the target AV multiplexer.
TargetFilterSpecifies the target filter.
TargetVideoCompressorSpecifies the target video compressor.
TVAudioSpecifies the TV audio controls.
TVTunerSpecifies the TV tuner.
VideoCaptureFilterSpecifies the video device filter.
VideoCapturePinSpecifies the video capture pin.
VideoCompressorSpecifies the currently selected video compressor, known as an encoder or compressor, a module or algorithm to compress data.
VideoCompressorOutputPinSpecifies the video compressor output pin.
VideoCrossbarSpecifies the video crossbar.
VideoDecompressorSpecifies the video decompressor.
VideoPreviewPinSpecifies the video preview pin.
VideoRendererSpecifies the preview video renderer The DirectShow component responsible for playing the video.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureObject

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