Specifies the inverse telecine (IVTC) capabilities of a video processor.
typedef enum D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS
{
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32 = 0x1,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22 = 0x2,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224 = 0x4,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332 = 0x8,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322 = 0x10,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55 = 0x20,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64 = 0x40,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87 = 0x80,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223 = 0x100,
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER = 0x80000000
} D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS;
| Constant | Description |
|---|---|
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32 | The video processor can reverse 3:2 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22 | The video processor can reverse 2:2 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224 | The video processor can reverse 2:2:2:4 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332 | The video processor can reverse 2:3:3:2 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322 | The video processor can reverse 3:2:3:2:2 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55 | The video processor can reverse 5:5 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64 | The video processor can reverse 6:4 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87 | The video processor can reverse 8:7 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223 | The video processor can reverse 2:2:2:2:2:2:2:2:2:2:2:3 pulldown. |
| D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER | The video processor can reverse other telecine modes not listed here. |
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).