Click or drag to resize
EchoCancellationConfig Properties

The EchoCancellationConfig type exposes the following members.

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
See Also