MFT_FRIENDLY_NAME_Attribute attribute

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

Data type

WCHAR*

Syntax

DECLSPEC_SELECTANY GUID MFT_FRIENDLY_NAME_Attribute = {0x314ffbae,0x5b41,0x4c95,{0x9c,0x19,0x4e,0x7d,0x58,0x6f,0xac,0xe3} }  

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

Header: Declared in mftransform.h.