IAttributeGet Interface
Microsoft DirectShow 9.0 |
IAttributeGet Interface
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.
The IAttributeGet interface gets key/value pairs from an object, where the key is a GUID and the value is any binary data.
In addition to the methods inherited from IUnknown, the IAttributeGet interface exposes the following methods.
Method | Description |
GetAttrib | Returns an attribute value, specified by GUID. |
GetAttribIndexed | Returns an attribute value, specified by index. |
GetCount | Returns the number of attributes on this object. |
Requirements
Header: Include dsattrib.h.
See Also