CaptureEffectDescription.GuidEffectsInstance Property (Microsoft.DirectX.DirectSound)
Retrieves and sets the unique identifier of the preferred capture effect.
Definition
Visual Basic Public Property GuidEffectsInstance As Guid C# public Guid GuidEffectsInstance { get; set; } C++ public:
property Guid GuidEffectsInstance {
Guid get();
void set(Guid value);
}JScript public function get GuidEffectsInstance() : Guid
public function set GuidEffectsInstance(Guid);
Property Value
System.Guid
The unique identifier of the preferred 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.