Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class Processors Implements ICollection(Of Processor), IEnumerable(Of Processor), IList(Of Processor), IEnumerable, IEnumerator |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Processors |
C# | |
---|---|
[DefaultMemberAttribute("Item")] public class Processors : ICollection<Processor>, IEnumerable<Processor>, IList<Processor>, IEnumerable, IEnumerator |
C++/CLI | |
---|---|
[DefaultMemberAttribute("Item")] public ref class Processors : public ICollection<Processor>, IEnumerable<Processor>, IList<Processor>, IEnumerable, IEnumerator |
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.
System.Object
Leadtools.Multimedia.Processors
Leadtools.Multimedia.AudioProcessors
Leadtools.Multimedia.VideoProcessors
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
Processors MembersLeadtools.Multimedia Namespace
AudioProcessors Property
VideoProcessors Property
SelectedAudioProcessors Property
SelectedVideoProcessors Property
AudioProcessors Property
VideoProcessors Property
SelectedAudioProcessors Property
SelectedVideoProcessors Property
AudioProcessors Property
VideoProcessors Property
SelectedAudioProcessors Property
SelectedVideoProcessors Property