MF_MT_VIDEO_3D_FORMAT attribute
For a video media type, specifies how 3D video frames are stored in memory.
Data type
MFVideo3DFormat stored as UINT32
Remarks
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.
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