MF_MEDIA_ENGINE_S3D_PACKING_MODE enumeration (mfmediaengine.h)
Specifies the layout for a packed 3D video frame.
Syntax
typedef enum MF_MEDIA_ENGINE_S3D_PACKING_MODE {
MF_MEDIA_ENGINE_S3D_PACKING_MODE_NONE = 0,
MF_MEDIA_ENGINE_S3D_PACKING_MODE_SIDE_BY_SIDE = 1,
MF_MEDIA_ENGINE_S3D_PACKING_MODE_TOP_BOTTOM = 2
} ;
Constants
MF_MEDIA_ENGINE_S3D_PACKING_MODE_NONE Value: 0 None. |
MF_MEDIA_ENGINE_S3D_PACKING_MODE_SIDE_BY_SIDE Value: 1 The views are packed side-by-side in a single frame. |
MF_MEDIA_ENGINE_S3D_PACKING_MODE_TOP_BOTTOM Value: 2 The views are packed top-to-bottom in a single frame. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | mfmediaengine.h |
See also
IMFMediaEngineEx::GetStereo3DFramePackingMode