Processors Class

Summary
Contains a collection of processing transforms.
Syntax
C#
C++/CLI
[DefaultMemberAttribute("Item")] 
public class Processors : IList<Processor>, ICollection<Processor>, IEnumerable<Processor>, IEnumerable 
[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   
Remarks

The Processors object contains a collection of processing transforms. 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 transforms. 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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.