EffectStatus Enumeration (Microsoft.DirectX.DirectSound)

Contains constants that describe the success of the effect in canceling the echo using a CaptureAcousticEchoCancellationEffect object.

Definition

Visual Basic Public Enum EffectStatus
C# public enum EffectStatus
C++ public enum class EffectStatus
JScript public enum EffectStatus

Members

Member Value Description
CurrentlyConverged 8 The Acoustic Echo Cancellation (AEC) algorithm is currently converged.
PreviouslyDiverged 2 The Acoustic Echo Cancellation (AEC) algorithm lost convergence. The convergence history remains in this state until the algorithm is reset or timely data is no longer arriving on the capture or render stream.
ContinuouslyConverged 1 When the Acoustic Echo Cancellation (AEC) algorithm has converged.
Uninitialized 0 Initial state of the Acoustic Echo Cancellation (AEC) algorithm.

Enumeration Information

Namespace Microsoft.DirectX.DirectSound
Assembly Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll)
Strong Name Microsoft.DirectX.DirectSound,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also