DSoundHelper.InterfaceEffectsDistortion Field (Microsoft.DirectX.DirectSound)

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

Definition

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

Field Value

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

This field is read-only. 

Remarks

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