IAttributeSet Interface

 
Microsoft DirectShow 9.0

IAttributeSet Interface

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.

The IAttributeSet interface sets key/value pairs on an object, where the key is a GUID and the value is any binary data.

In addition to the methods inherited from IUnknown, the IAttributeSet interface exposes the following method.

Method Description
SetAttrib Sets an attribute on the object.

Requirements

Header: Include dsattrib.h.

See Also