DSoundHelper.CaptureEffectsMsAcousticEchoCancellation Field (Microsoft.DirectX.DirectSound)

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

Definition

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

Field Value

System.Guid
Returns the GUID class identifier for the Microsoft acoustic echo cancellation capture effect.

This field is read-only. 

Remarks

This GUID is used by the CaptureEffectDescription structure to set the Microsoft acoustic echo cancellation capture effect to a CaptureBuffer object.

Once the Microsoft acoustic echo cancellation capture effect is set to a CaptureBuffer object, the CaptureAcousticEchoCancellationEffect object can be retrieved using the CaptureBuffer.GetObjectInPath method.