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_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
} ;
Constants
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32 Value: 0x1 The video processor can reverse 3:2 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22 Value: 0x2 The video processor can reverse 2:2 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224 Value: 0x4 The video processor can reverse 2:2:2:4 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332 Value: 0x8 The video processor can reverse 2:3:3:2 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322 Value: 0x10 The video processor can reverse 3:2:3:2:2 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55 Value: 0x20 The video processor can reverse 5:5 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64 Value: 0x40 The video processor can reverse 6:4 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87 Value: 0x80 The video processor can reverse 8:7 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223 Value: 0x100 The video processor can reverse 2:2:2:2:2:2:2:2:2:2:2:3 pulldown. |
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER Value: 0x80000000 The video processor can reverse other telecine modes not listed here. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | d3d11.h |