Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.72 KB

mf-transform-flags-attribute.md

File metadata and controls

53 lines (31 loc) · 1.72 KB
description ms.assetid title ms.topic ms.date
Contains flags for a Media Foundation transform (MFT) activation object.
de377132-19b0-4c8c-882e-193c31420739
MF_TRANSFORM_FLAGS_Attribute attribute (Mftransform.h)
reference
05/31/2018

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
Mftransform.h

See also

Alphabetical List of Media Foundation Attributes

Transform Attributes