DSoundHelper.CaptureEffectsClassNoiseSuppression Field (Microsoft.DirectX.DirectSound)
Retrieves the globally unique identifier (GUID) class identifier for the noise suppression capture effect.
Definition
Visual Basic Public Shared CaptureEffectsClassNoiseSuppression As Guid C# public static Guid CaptureEffectsClassNoiseSuppression; C++ public: static Guid CaptureEffectsClassNoiseSuppression; JScript public static var CaptureEffectsClassNoiseSuppression : Guid
Field Value
System.Guid
Returns the GUID class identifier for the noise suppression capture effect.This field is read-only.
Remarks
This GUID is used by the CaptureEffectDescription structure to set the noise suppression capture effect to a CaptureBuffer object.
Once the noise suppression capture effect is set to a CaptureBuffer object, the CaptureNoiseSuppressEffect object can be retrieved using the CaptureBuffer.GetObjectInPath method.