Specifies whether a Media Foundation transform (MFT) supports 3D stereoscopic video.
BOOL stored as UINT32
DECLSPEC_SELECTANY GUID MFT_SUPPORT_3DVIDEO = {0x93f81b1,0x4f2e,0x4631,{0x81,0x68,0x79,0x34,0x3,0x2a,0x1,0xd3} }
To query this attribute, call IMFTransform::GetAttributes to get the global attribute store of the MFT. 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.