DSoundHelper.InterfaceCaptureEffectsAcousticEchoCancellation Field (Microsoft.DirectX.DirectSound)

Retrieves the globally unique identifier (GUID) for the acoustic echo cancellation capture effect interface.

Definition

Visual Basic Public Shared InterfaceCaptureEffectsAcousticEchoCancellation As GuidLeave Site
C# public static GuidLeave Site InterfaceCaptureEffectsAcousticEchoCancellation;
C++ public: static GuidLeave Site InterfaceCaptureEffectsAcousticEchoCancellation;
JScript public static var InterfaceCaptureEffectsAcousticEchoCancellation : GuidLeave Site

Field Value

System.Guid
Returns the GUID for the acoustic echo cancellation capture effect interface.

This field is read-only. 

Remarks

This field is used to retrieve the CaptureAcousticEchoCancellationEffect object, that currently in a CaptureBuffer object, using the CaptureBuffer.GetObjectInPath method.