Click or drag to resize
EchoCancellationConfig Class
Echo cancellation configuration.
Inheritance Hierarchy
SystemObject
  StreamCoders.WaveAudioConfig
    StreamCoders.WaveEchoCancellationConfig

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class EchoCancellationConfig : AudioConfig

The EchoCancellationConfig type exposes the following members.

Constructors
  NameDescription
Public methodEchoCancellationConfig
Initializes a new instance of the EchoCancellationConfig class
Top
Properties
  NameDescription
Public propertyBitsPerSample
Gets the bits per sample of the audio data. Currently all samples must be 16 bit.
(Inherited from AudioConfig.)
Public propertyChannels
Gets the number of channels of the audio data. Currently only 1 channel is supported.
(Inherited from AudioConfig.)
Public propertyFrameSize
The exact number of samples fed from applications at each run.
Public propertySampleRate
Gets the Sample rate of the audio data.
(Inherited from AudioConfig.)
Public propertyTailLength
The length of the filter in samples.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also