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



The ConvertCtrl Object allows the user to convert from one media format to another.

Object Model

ConvertCtrl ClassAudioCompressors ClassCompressor ClassAudioProcessors ClassProcessor ClassDVDControl ClassAudioProcessors ClassProcessor ClassVideoProcessors ClassProcessor ClassTargetDevices ClassTargetDevice ClassTargetFormats ClassTargetFormat ClassVCRControl ClassVideoCompressors ClassCompressor ClassVideoProcessors ClassProcessor ClassWMProfile Class

Syntax

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

Remarks

The ConvertCtrl Object allows the user to convert from one media format to another. The user may recompress the data stream with user selectable compressors, as well as, apply video and/or audio processing filters.

Inheritance Hierarchy

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

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