CaptureEffectDescription.GuidEffectsClass Property (Microsoft.DirectX.DirectSound)
Retrieves and sets the class identifier of the capture effect.
Definition
Visual Basic Public Property GuidEffectsClass As Guid C# public Guid GuidEffectsClass { get; set; } C++ public:
property Guid GuidEffectsClass {
Guid get();
void set(Guid value);
}JScript public function get GuidEffectsClass() : Guid
public function set GuidEffectsClass(Guid);
Property Value
System.Guid
The class identifier of the capture effect.This property is read/write.
Remarks
When setting capture effects to a CaptureBuffer object, use the DSoundHelper class to get the globally unique identifier (GUID) for this property.