D3D11_VIDEO_PROCESSOR_STEREO_CAPS enumeration
Defines stereo 3D capabilities for a Microsoft Direct3D 11 video processor.
Syntax
typedef enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS { D3D11_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET = 0x01, D3D11_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED = 0x02, D3D11_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED = 0x04, D3D11_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD = 0x08, D3D11_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE = 0x10 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS;
Constants
- D3D11_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET
-
The video processor supports the D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO_OFFSET format.
- D3D11_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED
-
The video processor supports the D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_ROW_INTERLEAVED format.
- D3D11_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED
-
The video processor supports the D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_COLUMN_INTERLEAVED format.
- D3D11_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD
-
The video processor supports the D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_CHECKERBOARD format.
- D3D11_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE
-
The video processor can flip one or both views. For more information, see D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE.
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
Show: