D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_MODE enumeration (d3d10umddi.h)
For stereo 3-D video, specifies whether the data in frame 0 or frame 1 is flipped, either horizontally or vertically.
Syntax
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_MODE {
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_NONE,
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0,
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1
} ;
Constants
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_NONE Neither frame is flipped. |
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0 The data in frame 0 is flipped. |
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1 The data in frame 1 is flipped. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3d10umddi.h (include D3d10umddi.h) |