DSoundHelper.InterfaceEffectsFlanger Field (Microsoft.DirectX.DirectSound)
Retrieves the globally unique identifier (GUID) for the flanger effect interface.
Definition
Visual Basic Public Shared InterfaceEffectsFlanger As Guid C# public static Guid InterfaceEffectsFlanger; C++ public: static Guid InterfaceEffectsFlanger; JScript public static var InterfaceEffectsFlanger : Guid
Field Value
System.Guid
Returns the GUID for the flanger effect interface.This field is read-only.
Remarks
This field is used to retrieve the FlangerEffect object, that currently in a SecondaryBuffer object, using the SecondaryBuffer.GetObjectInPath method.