Share via


CaptureAcousticEchoCancellationEffect.Reset() Method (Microsoft.DirectX.DirectSound)

Resets the effect to its initial state.

Definition

Visual Basic Public Sub Reset()
C# public void Reset();
C++ public:
void Reset();
JScript public function Reset();

Remarks

Applications should not reset an effect except when necessary because it has entered an incorrect state. This might be done in response to user input. An effect must not be reset arbitrarily at start-up, because another application might be using the same effect.