Share via


DSoundHelper.InterfaceEffectsParamEq Field (Microsoft.DirectX.DirectSound)

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

Definition

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

Field Value

System.Guid
Returns the GUID for the parameteric equalizer effect interface.

This field is read-only. 

Remarks

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