The Processors object contains a collection of processing filters.
[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
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.
Leadtools.Multimedia Namespace
SelectedAudioProcessors Property
SelectedVideoProcessors Property
SelectedAudioProcessors Property
SelectedVideoProcessors Property
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET