D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_processor_stereo_flip_mode)

D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_MODE enumeration

Description

For stereo 3-D video, specifies whether the data in frame 0 or frame 1 is flipped, either horizontally or vertically.

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.