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