// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS {
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_22,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2224,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2332,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32322,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_55,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_64,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_87,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223,
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the inverse telecine (IVTC) capabilities of a video processor.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32The video processor can reverse 3:2 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_22The video processor can reverse 2:2 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2224The video processor can reverse 2:2:2:4 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_2332The video processor can reverse 2:3:3:2 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_32322The video processor can reverse 3:2:3:2:2 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_55The video processor can reverse 5:5 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_64The video processor can reverse 6:4 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_87The video processor can reverse 8:7 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223The video processor can reverse 2:2:2:2:2:2:2:2:2:2:2:3 pulldown.
D3D11_1DDI_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHERThe video processor can reverse other telecine modes not listed here.