Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.55 KB

mf-mt-video-3d-format.md

File metadata and controls

48 lines (26 loc) · 1.55 KB
description ms.assetid title ms.topic ms.date
For a video media type, specifies how 3D video frames are stored in memory.
880DF017-5841-4C0A-82AF-F092DEF5406B
MF_MT_VIDEO_3D_FORMAT attribute (Mfapi.h)
reference
05/31/2018

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
Mfapi.h

See also

Alphabetical List of Media Foundation Attributes