MF_TRANSFORM_FLAGS_Attribute attribute

Contains flags for a Media Foundation transform (MFT) activation object.

Data type

UINT32

Syntax

DECLSPEC_SELECTANY GUID MF_TRANSFORM_FLAGS_Attribute = {0x9359bb7e,0x6275,0x46c4,{0xa0,0x25,0x1c,0x1,0xe4,0x5f,0x1a,0x86} }  

Get/set

To get this attribute, call IMFAttributes::GetUINT32

To set this attribute, call IMFAttributes::SetUINT32

Remarks

This attribute is set on the IMFActivate pointers returned by the MFTEnumEx function. The attribute contains flags that describe the MFT.

Requirements

Header: Declared in mftransform.h.