MF_TRANSFORM_FLAGS_Attribute attribute
Contains flags for a Media Foundation transform (MFT) activation object.
Data type
UINT32
The value is a bitwise OR of flags from the _MFT_ENUM_FLAG enumeration.
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
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps | UWP apps] |
Header |
|
See also