// d3d10umddi.h
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
} ;
View the official Windows Driver Kit DDI referenceNo description available.
For stereo 3-D video, specifies whether the data in frame 0 or frame 1 is flipped, either horizontally or vertically.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_NONENeither frame is flipped.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0The data in frame 0 is flipped.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1The data in frame 1 is flipped.