LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

CaptureObject Enumeration






The CaptureObject enumeration values define objects that can be obtained using the CaptureCtrl.GetSubObject method.
Syntax
'Declaration
 
Public Enum CaptureObject 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CaptureObject
public enum CaptureObject : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Multimedia.CaptureObject = function() { };
Leadtools.Multimedia.CaptureObject.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CaptureObject : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.
TargetFilter

Specifies the target filter.

Note:If the target filter is multiplexer or sink, it's advisable to use TargetFormat.GetCacheObject instead of CaptureCtrl.GetSubObject. Target filters are not added to the capture graph until the capture graph is built using CaptureCtrl.ReadyCapture or CaptureCtrl.StartCapture. At this point, the graph is in running state. Some multiplexers or sinks might not be able to change some settings in running mode. By default, when you stop the capture, the multiplexer and sink are destroyed. As a result, the only way to change their settings in stopped mode is to create them before the capture starts. You can do that by first setting the TargetFormat.UseFilterCache property to true and then retrieving the objects using TargetFormat.GetCacheObject.

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Multimedia Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features