Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

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.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CaptureObject
public enum class CaptureObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000FilterGraph Specifies the filter graph.
0x00000001VideoCaptureFilter Specifies the video device filter.
0x00000002AudioCaptureFilter Specifies the audio device filter.
0x00000003VideoCapturePin Specifies the video capture pin.
0x00000004AudioCapturePin Specifies the audio capture pin.
0x00000005VideoPreviewPin Specifies the video preview pin.
0x00000006AudioPreviewPin Specifies the audio preview pin.
0x00000007TVTuner Specifies the TV tuner.
0x00000008TVAudio Specifies the TV audio controls.
0x00000009VideoCrossbar Specifies the video crossbar.
0x0000000AAudioCrossbar Specifies the audio or secondary crossbar.
0x0000000BVideoCompressor Specifies the currently selected video compressor, known as an encoder or compressor, a module or algorithm to compress data.
0x0000000CAudioCompressor Specifies the currently selected audio compressor.
0x0000000DTargetFilter Specifies the target filter.Note:If the target filter is a 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.
0x0000000EVideoRenderer Specifies the preview video renderer The DirectShow component responsible for playing the video.
0x0000000FAudioRenderer Specifies the preview audio renderer The audio device that will play the sound.
0x00000010VideoDecompressor Specifies the video decompressor.
0x00000011AudioDecompressor Specifies the audio decompressor.
0x00000012Splitter Specifies the splitter.
0x00000013VideoCompressorOutputPin Specifies the video compressor output pin.
0x00000014AudioCompressorOutputPin Specifies the audio compressor output pin.
0x00000015Sink Specifies the sink (writer) object.
0x00000016TargetAVMux Specifies the target AV multiplexer.
0x00000017TargetVideoCompressor Specifies the target video compressor.
0x00000018TargetAudioCompressor Specifies the target audio processor.
0x00000100SelAudioProcessor Specifies the first selected audio processor.
0x00000200SelVideoProcessor Specifies the first selected video processor.
0x00000300PrevAudioProcessor Specifies the preview audio processor.
0x00000400PrevVideoProcessor Specifies the preview video processor.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

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