Table of Contents

Class EchoCancellerFactory

Namespace
VAST.Audio
Assembly
VAST.Common.dll

Provides factory methods for creating echo canceller instances.

public static class EchoCancellerFactory
Inheritance
EchoCancellerFactory
Inherited Members

Methods

Create()

Creates a new echo canceller instance using the available platform implementation.

public static IEchoCanceller Create()

Returns

IEchoCanceller

An IEchoCanceller instance, or null if no implementation is available.