Share via


DSoundHelper.InterfaceEffectsEcho Field (Microsoft.DirectX.DirectSound)

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

Definition

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

Field Value

System.Guid
Returns the GUID for the echo effect interface.

This field is read-only. 

Remarks

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