Click or drag to resize

AecContext Class

An acoustic echo cancellation context.
Inheritance Hierarchy
SystemObject
  FM.IceLinkAecContext

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The AecContext type exposes the following members.

Constructors
  NameDescription
Public methodAecContext
Initializes a new instance of the AecContext class.
Top
Properties
  NameDescription
Public propertyConfig
Gets the configuration.
Public propertyOutputMixer
Gets the echo cancellation output mixer.
Public propertyOutputMixerSink
Gets the echo cancellation output mixer sink.
Public propertyProcessor
Gets the echo cancellation processor.
Top
Methods
  NameDescription
Protected methodCreateOutputMixer
Creates an echo cancellation output mixer.
Protected methodCreateOutputMixerSink
Creates an echo cancellation output mixer sink.
Protected methodCreateProcessor
Creates an echo cancellation processor.
Public methodDestroy
Destroys this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also