DSoundHelper.InterfaceEffectsCompressor Field (Microsoft.DirectX.DirectSound)

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

Definition

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

Field Value

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

This field is read-only. 

Remarks

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