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

The following tables list the members exposed by AudioProcessors.

Public Properties

 NameDescription
public Property CallbackLEAD Audio Callback audio processor.  
public Property ChorusLEAD Audio Chorus audio processor. The chorus effect makes one instrument sound like many instruments are being played.  
public Property ConverterLEAD Converter audio processor.  
public Property CountGets the number of items contained in the collection. (Inherited from Leadtools.Multimedia.Processors)
public Property CurrentGets the current item in the collection. (Inherited from Leadtools.Multimedia.Processors)
public Property DetectionLEAD Audio Detection audio processor.  
public Property EchoLEAD Audio Echo audio processor. The echo effect reflects a sound wave back to its source with sufficient strength and time lag to be separately distinguished.  
public Property FlangerLEAD Audio Flanger audio processor. Flanging has a characteristic sound often described as a "whooshing" sound, similar to the sound of a jet plane flying overhead.  
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 PhaserLEAD Audio Phaser audio processor. This distinctive sound is obtained by creating one or more notches in the frequency domain that eliminate sounds at the notch frequencies.  
public Property VolumeLEAD Audio Volume audio processor.  
public Property VUMeterLEAD Audio VU meter audio processor. The VU meter allows the user to retrieve left and right channel audio levels. The filter can be used to monitor the output level of other filters placed before it in the stream.  
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