Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the globally unique identifier (GUID) class identifier for the system noise suppression capture effect.
Definition
Visual Basic Public Shared CaptureEffectsSystemNoiseSuppression As Guid C# public static Guid CaptureEffectsSystemNoiseSuppression;
C++ public: static Guid CaptureEffectsSystemNoiseSuppression;
JScript public static var CaptureEffectsSystemNoiseSuppression : Guid
Field Value
System.Guid
Returns the GUID class identifier for the system noise suppression capture effect.This field is read-only.
Remarks
This GUID is used by the CaptureEffectDescription structure to set the system noise suppression capture effect to a CaptureBuffer object.
Once the system noise suppression capture effect is set to a CaptureBuffer object, the CaptureNoiseSuppressEffect object can be retrieved using the CaptureBuffer.GetObjectInPath method.
.gif)