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



The CaptureCtrl Object allows the user to capture audio and video from hardware devices.

Object Model

CaptureCtrl ClassAnalogVideoDecoder ClassAudioFormats ClassAudioFormat ClassAudioCompressors ClassCompressor ClassAudioDevices ClassDevice ClassAudioInputs ClassAudioInput ClassAudioProcessors ClassProcessor ClassAudioRenderers ClassRenderer ClassCameraControl ClassVCRControl ClassAudioProcessors ClassProcessor ClassVideoProcessors ClassProcessor ClassAudioProcessors ClassProcessor ClassVideoProcessors ClassProcessor ClassTargetDevices ClassTargetDevice ClassTargetFormats ClassTargetFormat ClassVCRControl ClassTVTuner ClassVideoFormats ClassVideoFormat ClassCaptureSizes ClassCaptureSize ClassCaptureSubTypes ClassCaptureSubType ClassVideoCompressors ClassCompressor ClassVideoDevices ClassDevice ClassCaptureInputs ClassCaptureInput ClassVideoProcAmp ClassVideoProcessors ClassProcessor ClassWMProfile Class

Syntax

Visual Basic (Declaration) 
<DesignTimeVisibleAttribute()>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="")>
Public Class CaptureCtrl 
   Inherits ControlHost
   Implements IComponentISupportInitializeISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window 
Visual Basic (Usage)Copy Code
Dim instance As CaptureCtrl
C# 
[DesignTimeVisibleAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="")]
public class CaptureCtrl : ControlHost, IComponentISupportInitializeISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  
C++/CLI 
[DesignTimeVisibleAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="")]
public ref class CaptureCtrl : public ControlHost, IComponentISupportInitializeISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  

Remarks

The CaptureCtrl Object allows the user to capture audio and video from hardware devices. It is a user control that can be placed on a Windows form.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            Leadtools.Multimedia.ControlHost
               Leadtools.Multimedia.CaptureCtrl

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