Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.72 KB

mft-friendly-name-attribute.md

File metadata and controls

57 lines (31 loc) · 1.72 KB
description ms.assetid title ms.topic ms.date
Contains the display name for a hardware-based Media Foundation transform (MFT).
8f2634e8-6bdd-463a-893a-6dc616c8333d
MFT_FRIENDLY_NAME_Attribute attribute (Mftransform.h)
reference
05/31/2018

MFT_FRIENDLY_NAME_Attribute attribute

Contains the display name for a hardware-based Media Foundation transform (MFT).

Data type

WCHAR*

Get/set

To get this attribute, call IMFAttributes::GetString.

To set this attribute, call IMFAttributes::SetString.

Remarks

This attribute is supported by hardware-based MFTs. It is also set on the IMFActivate pointers allocated by the MFTEnumEx function, when those pointers represent hardware-based MFTs.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 R2 [desktop apps | UWP apps]
Header
Mftransform.h

See also

Alphabetical List of Media Foundation Attributes

Transform Attributes