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


"

For a list of all members of this type, see VideoProcessors members.

"

Public Methods

 NameDescription
public Method AddAdds a Processor item to the collection. (Inherited from Leadtools.Multimedia.Processors)
public Method ClearRemoves all Processor items from the collection. (Inherited from Leadtools.Multimedia.Processors)
public Method ContainsDetermines whether a collection contains a specified Processor item. (Inherited from Leadtools.Multimedia.Processors)
public Method CopyToCopies the items of the collection to a Processor array, starting at a specified array index. (Inherited from Leadtools.Multimedia.Processors)
public Method GetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from Leadtools.Multimedia.Processors)
public Method IndexOfOverloaded. Returns the index of the first occurrence of a Processor object. (Inherited from Leadtools.Multimedia.Processors)
public Method InsertInserts a Processor item into the collection at the given index. (Inherited from Leadtools.Multimedia.Processors)
public Method MoveNextAdvances the enumerator to the next element of the collection. (Inherited from Leadtools.Multimedia.Processors)
public Method RegisterExternalProcessorRegisters an external 3rd-party video or audio processor filter and refreshes the referenced collection. (Inherited from Leadtools.Multimedia.Processors)
public Method RemoveRemoves a Processor from the collection. (Inherited from Leadtools.Multimedia.Processors)
public Method RemoveAtRemoves the Processor item at the given index from the collection. (Inherited from Leadtools.Multimedia.Processors)
public Method ResetSets the enumerator to its initial position, which is before the first element in the collection. (Inherited from Leadtools.Multimedia.Processors)
Top

See Also