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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also