DSoundHelper.InterfaceEffectsEcho Field (Microsoft.DirectX.DirectSound)
Retrieves the globally unique identifier (GUID) for the echo effect interface.
Definition
Visual Basic Public Shared InterfaceEffectsEcho As Guid C# public static Guid InterfaceEffectsEcho; C++ public: static Guid InterfaceEffectsEcho; JScript public static var InterfaceEffectsEcho : Guid
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.