MF_ENABLE_3DVIDEO_OUTPUT attribute

Specifies how a Media Foundation transform (MFT) should output a 3D stereoscopic video stream.

Data type

UINT32

Syntax

DECLSPEC_SELECTANY GUID MF_ENABLE_3DVIDEO_OUTPUT = {0xbdad7bca,0xe5f,0x4b10,{0xab,0x16,0x26,0xde,0x38,0x1b,0x62,0x93} }  

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

Header: Declared in mftransform.h.