CaptureAcousticEchoCancellationEffect.AllParameters Property (Microsoft.DirectX.DirectSound)

Retrieves or sets capture acoustic echo cancellation parameters of a CaptureBuffer object.

Definition

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

Property Value

Microsoft.DirectX.DirectSound.CaptureEffectsAcousticEchoCancellation
Contains parameters for capture acoustic echo cancellation effect.

This property is read/write. 

Remarks

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.