Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 3.07 KB

nn-mfobjects-imfattributes.md

File metadata and controls

79 lines (63 loc) · 3.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:mfobjects.IMFAttributes
IMFAttributes (mfobjects.h)
Provides a generic way to store key/value pairs on an object.
IMFAttributes
IMFAttributes interface [Media Foundation]
IMFAttributes interface [Media Foundation]
described
e12259f4-b631-4d4a-a296-c1cc6334b962
mf.imfattributes
mfobjects/IMFAttributes
mf\imfattributes.htm
mf
e12259f4-b631-4d4a-a296-c1cc6334b962
12/05/2018
IMFAttributes, IMFAttributes interface [Media Foundation], IMFAttributes interface [Media Foundation],described, e12259f4-b631-4d4a-a296-c1cc6334b962, mf.imfattributes, mfobjects/IMFAttributes
mfobjects.h
Mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFAttributes
mfobjects/IMFAttributes
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFAttributes

IMFAttributes interface

-description

Provides a generic way to store key/value pairs on an object. The keys are GUIDs, and the values can be any of the following data types: UINT32, UINT64, double, GUID, wide-character string, byte array, or IUnknown pointer. The standard implementation of this interface holds a thread lock while values are added, deleted, or retrieved.

For a list of predefined attribute GUIDs, see Media Foundation Attributes. Each attribute GUID has an expected data type. The various "set" methods in IMFAttributes do not validate the type against the attribute GUID. It is the application's responsibility to set the correct type for the attribute.

To create an empty attribute store, call MFCreateAttributes.

-inheritance

The IMFAttributes interface inherits from the IUnknown interface. IMFAttributes also has these types of members:

-remarks

This interface is available on the following platforms if the Windows Media Format 11 SDK redistributable components are installed:

  • Windows XP with Service Pack 2 (SP2) and later.
  • Windows XP Media Center Edition 2005 with KB900325 (Windows XP Media Center Edition 2005) and KB925766 (October 2006 Update Rollup for Windows XP Media Center Edition) installed.

-see-also

Attributes and Properties

Media Foundation Interfaces