Share via


CaptureAcousticEchoCancellationEffect.Status Property (Microsoft.DirectX.DirectSound)

Retrieves the status of the capture acoustic echo cancellation effect.

Definition

Visual Basic Public ReadOnly Property Status As EffectStatus
C# public EffectStatus Status { get; }
C++ public:
property EffectStatus Status {
        EffectStatus get();
}
JScript public function get Status() : EffectStatus

Property Value

Microsoft.DirectX.DirectSound.EffectStatus
The capture acoustic echo cancellation effect.

This property is read-only.