CaptureEffectsAcousticEchoCancellation.Enable Property (Microsoft.DirectX.DirectSound)

Retrieves and sets whether the effect is enabled.

Definition

Visual Basic Public Property Enable As Boolean
C# public bool Enable { get; set; }
C++ public:
property bool Enable {
        bool get();
        void set(bool value);
}
JScript public function get Enable() : boolean
public function set Enable(boolean);

Property Value

System.Boolean
Value that is set to true if the effect is enabled; otherwise, false.

This property is read/write.