CaptureEffectsAcousticEchoCancellation.Mode Property (Microsoft.DirectX.DirectSound)

Retrieves and sets the operation mode of the effect.

Definition

Visual Basic Public Property Mode As OperationMode
C# public OperationMode Mode { get; set; }
C++ public:
property OperationMode Mode {
        OperationMode get();
        void set(OperationMode value);
}
JScript public function get Mode() : OperationMode
public function set Mode(OperationMode);

Property Value

Microsoft.DirectX.DirectSound.OperationMode
The operation mode of the effect.

This property is read/write.