Microsoft DirectX 9.0 SDK Update (October 2004)

CaptureEffectDescription.GuidEffectsClass Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves and sets the class identifier of the capture effect.

Definition

Visual Basic .NET Public Property GuidEffectsClass As Guid
C# public Guid GuidEffectsClass { get; set; }
Managed C++ public: __property Guid get_GuidEffectsClass();
public: __property void set_GuidEffectsClass(Guid);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center