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

The following tables list the members exposed by VideoProcessors.

Public Properties

 NameDescription
public Property AddFramesLEAD Video Add video processor.  
public Property AutoContrastLEAD Video Auto Contrast video processor.  
public Property AutoIntensityLEAD Video Auto Intensity video processor.  
public Property AutoLevelLEAD Video Auto Level video processor.  
public Property CallbackLEAD Video Callback video processor.  
public Property ColorLEAD Video Color video processor.  
public Property ColorReplacementLEAD Video Color Replacement video processor.  
public Property CountGets the number of items contained in the collection. (Inherited from Leadtools.Multimedia.Processors)
public Property CropThe LEAD Video Crop video processor.  
public Property CurrentGets the current item in the collection. (Inherited from Leadtools.Multimedia.Processors)
public Property DeblockingLEAD Video Deblocking video processor.  
public Property DeinterlaceLEAD Video Deinterlace video processor.  
public Property DynamicRateControlLEAD Dynamic Rate Control video processor  
public Property EdgeEnhanceLEAD Video Edge Enhance video processor.  
public Property EFXAgingThe LEAD Video EFX Aging video processor.  
public Property EFXBrightnessLEAD Video EFX Brightness video processor.  
public Property EFXBumpMapLEAD Video EFX bump map video processor.  
public Property EFXDizzyLEAD Video EFX Dizzy video processor.  
public Property EFXFireLEAD Video EFX fire video processor.  
public Property EFXGhostThe LEAD Video EFX Ghost video processor.  
public Property EFXGlassTileThe LEAD Video EFX Glass Tile video processor.  
public Property EFXHologramLEAD Video EFX Hologram video processor  
public Property EFXLensLEAD Video EFX Lens video processor.  
public Property EFXLightningLEAD Video EFX Lightning video processor.  
public Property EFXMazeLEAD Video EFX Maze video processor.  
public Property EFXMotionBlurLEAD Video EFX Motion Blur video processor.  
public Property EFXMotionEmbossLEAD Video EFX Motion Emboss video processor.  
public Property EFXMotionMosaicLEAD Video EFX Motion Mosaic video processor.  
public Property EFXMotionScanLEAD Video EFX Motion Scan video processor.  
public Property EFXParticlesLEAD Video EFX Particles video processor.  
public Property EFXPredatorLEAD Video EFX Predator video processor.  
public Property EFXRainLEAD Video EFX Rain video processor.  
public Property EFXStreakLEAD Video EFX Streak video processor.  
public Property EFXWaveLEAD Video EFX Wave video processor.  
public Property EmbossLEAD Video Emboss video processor.  
public Property FrameRateControlLEAD Video Frame Rate Control video processor.  
public Property GammaCorrectionLEAD Video Gamma Correction video processor.  
public Property HistogramEqualizeLEAD Video Histogram Equalize video processor.  
public Property HistogramViewLEAD Video Histogram View video processor.  
public Property ImageOverlayLEAD Image Overlay video processor.  
public Property IsReadOnlyGets a value indicating whether the collection is read-only. (Inherited from Leadtools.Multimedia.Processors)
public Property ItemOverloaded. Gets or sets the Processor item at the specified index. (Inherited from Leadtools.Multimedia.Processors)
public Property MosaicLEAD Video Mosaic video processor.  
public Property MotionDetectionLEAD Video Motion Detection video processor.  
public Property ResizeLEAD Video Resize video processor.  
public Property RGBConverterLEAD Video RGB Converter video processor.  
public Property RotationLEAD Video Rotation video processor.  
public Property TextOverlayLEAD Video Text Overlay video processor.  
public Property UnsharpMaskLEAD Video Unsharp Mask video processor.  
public Property VideoOverlayLEAD Video Overlay video processor.  
Top

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