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



The Processors object contains a collection of processing filters.

Object Model

Processors ClassProcessor Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class Processors 
   Implements ICollection(Of Processor)IEnumerable(Of Processor)IList(Of Processor)IEnumerableIEnumerator 
Visual Basic (Usage)Copy Code
Dim instance As Processors
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class Processors : public ICollection<Processor>IEnumerable<Processor>IList<Processor>IEnumerableIEnumerator  

Remarks

The Processors object contains a collection of processing filters. The CaptureCtrl, ConvertCtrl, and PlayCtrl objects use the collection to enumerate and select processors. A Processors object is not externally creatable and is only obtained through the parent object. The parent object's AudioProcessors and VideoProcessors properties access collection objects that represent the available processing filters. These collections are built automatically. The parent object's SelectedAudioProcessors and SelectedVideoProcessors properties access collection objects that represent the list of selected processors. The user builds these collections.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.Processors
      Leadtools.Multimedia.AudioProcessors
      Leadtools.Multimedia.VideoProcessors

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