DSoundHelper.InterfaceEffectsChorus Field (Microsoft.DirectX.DirectSound)

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

Definition

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

Field Value

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

This field is read-only. 

Remarks

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