Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the inverse telecine (IVTC) capabilities of a video processor.
Syntax
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
} ;
Constants
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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | d3d10umddi.h (include D3d10umddi.h) |