For a video media type, specifies how 3D video frames are stored in memory.
MFVideo3DFormat stored as UINT32
GUID MF_MT_VIDEO_3D_FORMAT = {0x5315d8a0,0x87c5,0x4697,{0xb7,0x93,0x66,0x6,0xc6,0x7c,0x4,0x9b} }
The value of this attribute is a member of the MFVideo3DFormat enumeration. The attribute applies only if the MF_MT_VIDEO_3D attribute is TRUE.
This attribute is required for uncompressed 3D video formats. It is optional for compressed 3D video. A media source that delivers encoded frames might be able to set the attribute, based on information in the file container. Otherwise, the attribute should be set by the decoder in the decoder’s output media type.
Header: Declared in mfapi.h.