MF_TRANSFORM_CATEGORY_Attribute attribute

Specifies the category for a Media Foundation transform (MFT).

Data type

GUID

Syntax

DECLSPEC_SELECTANY GUID MF_TRANSFORM_CATEGORY_Attribute = {0xceabba49,0x506d,0x4757,{0xa6,0xff,0x66,0xc1,0x84,0x98,0x7e,0x4e} }  

Get/set

To get this attribute, call IMFAttributes::GetGUID

To set this attribute, call IMFAttributes::SetGUID

Remarks

This attribute is set on the IMFActivate pointers returned by the MFTEnumEx function.

Requirements

Header: Declared in mftransform.h.