Specifies whether a Media Foundation transform (MFT) supports Microsoft Direct3D 11.
BOOL stored as UINT32
DECLSPEC_SELECTANY GUID MF_SA_D3D11_AWARE = {0x206b4fc8,0xfcf9,0x4c51,{0xaf,0xe3,0x97,0x64,0x36,0x9e,0x33,0xa0} }
This attribute applies only to video MFTs. To query this attribute, call IMFTransform::GetAttributes to get the MFT attribute store. If IMFTransform::GetAttributes succeeds, call IMFAttributes::GetUINT32.
The default value of this attribute is FALSE. Treat this attribute as read-only. Do not change the value; the MFT will ignore any changes to the value.
Header: Declared in mftransform.h.