MF_MEDIA_ENGINE_S3D_PACKING_MODE enumeration
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 } MF_MEDIA_ENGINE_S3D_PACKING_MODE;
Constants
- MF_MEDIA_ENGINE_S3D_PACKING_MODE_NONE
-
None.
- MF_MEDIA_ENGINE_S3D_PACKING_MODE_SIDE_BY_SIDE
-
The views are packed side-by-side in a single frame.
- MF_MEDIA_ENGINE_S3D_PACKING_MODE_TOP_BOTTOM
-
The views are packed top-to-bottom in a single frame.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
- Media Foundation Enumerations
- IMFMediaEngineEx::GetStereo3DFramePackingMode
- IMFMediaEngineEx::SetStereo3DFramePackingMode
Show: