Processors Class

Summary

The Processors object contains a collection of processing filters.

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class Processors : IList<Processor>, ICollection<Processor>, IEnumerable<Processor>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class Processors  
   Implements System.Collections.Generic.ICollection(Of Processor), System.Collections.Generic.IEnumerable(Of Processor), System.Collections.Generic.IList(Of Processor), System.Collections.IEnumerable, System.IDisposable  
[DefaultMemberAttribute("Item")] 
public ref class Processors : public System.Collections.Generic.ICollection<Processor>, System.Collections.Generic.IEnumerable<Processor>, System.Collections.Generic.IList<Processor>, System.Collections.IEnumerable, System.IDisposable   

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly