Leadtools.Multimedia Namespace : CaptureObject Enumeration |
public enum CaptureObject : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CaptureObject Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CaptureObject
public enum CaptureObject : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Multimedia.CaptureObject = function() { }; Leadtools.Multimedia.CaptureObject.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CaptureObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AudioCaptureFilter | Specifies the audio device filter. |
AudioCapturePin | Specifies the audio capture pin. |
AudioCompressor | Specifies the currently selected audio compressor. |
AudioCompressorOutputPin | Specifies the audio compressor output pin. |
AudioCrossbar | Specifies the audio or secondary crossbar. |
AudioDecompressor | Specifies the audio decompressor. |
AudioPreviewPin | Specifies the audio preview pin. |
AudioRenderer | Specifies the preview audio renderer The audio device that will play the sound. |
FilterGraph | Specifies the filter graph. |
PrevAudioProcessor | Specifies the preview audio processor. |
PrevVideoProcessor | Specifies the preview video processor. |
SelAudioProcessor | Specifies the first selected audio processor. |
SelVideoProcessor | Specifies the first selected video processor. |
Sink | Specifies the sink (writer) object. |
Splitter | Specifies the splitter. |
TargetAudioCompressor | Specifies the target audio processor. |
TargetAVMux | Specifies 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. |
TargetVideoCompressor | Specifies the target video compressor. |
TVAudio | Specifies the TV audio controls. |
TVTuner | Specifies the TV tuner. |
VideoCaptureFilter | Specifies the video device filter. |
VideoCapturePin | Specifies the video capture pin. |
VideoCompressor | Specifies the currently selected video compressor, known as an encoder or compressor, a module or algorithm to compress data. |
VideoCompressorOutputPin | Specifies the video compressor output pin. |
VideoCrossbar | Specifies the video crossbar. |
VideoDecompressor | Specifies the video decompressor. |
VideoPreviewPin | Specifies the video preview pin. |
VideoRenderer | Specifies the preview video renderer The DirectShow component responsible for playing the video. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureObject
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