MF_ENABLE_3DVIDEO_OUTPUT attribute
Specifies how a Media Foundation transform (MFT) should output a 3D stereoscopic video stream.
Data type
UINT32
Remarks
The value of the attribute is a member of the MF3DVideoOutputType enumeration.
This attribute applies only if the MFT returns TRUE for the MFT_SUPPORT_3DVIDEO attribute.
To get or set this attribute call IMFTransform::GetAttributes to get the global attribute store of the MFT.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2012 [desktop apps | UWP apps] |
Header |
|
See also