DXVAHD_ITELECINE_CAPS enumeration (dxvahd.h)
Specifies the inverse telecine (IVTC) capabilities of a Microsoft DirectX Video Acceleration High Definition (DXVA-HD) video processor.
Syntax
typedef enum _DXVAHD_ITELECINE_CAPS {
DXVAHD_ITELECINE_CAPS_32 = 0x1,
DXVAHD_ITELECINE_CAPS_22 = 0x2,
DXVAHD_ITELECINE_CAPS_2224 = 0x4,
DXVAHD_ITELECINE_CAPS_2332 = 0x8,
DXVAHD_ITELECINE_CAPS_32322 = 0x10,
DXVAHD_ITELECINE_CAPS_55 = 0x20,
DXVAHD_ITELECINE_CAPS_64 = 0x40,
DXVAHD_ITELECINE_CAPS_87 = 0x80,
DXVAHD_ITELECINE_CAPS_222222222223 = 0x100,
DXVAHD_ITELECINE_CAPS_OTHER = 0x80000000
} DXVAHD_ITELECINE_CAPS;
Constants
DXVAHD_ITELECINE_CAPS_32 Value: 0x1 The video processor can reverse 3:2 pulldown. |
DXVAHD_ITELECINE_CAPS_22 Value: 0x2 The video processor can reverse 2:2 pulldown. |
DXVAHD_ITELECINE_CAPS_2224 Value: 0x4 The video processor can reverse 2:2:2:4 pulldown. |
DXVAHD_ITELECINE_CAPS_2332 Value: 0x8 The video processor can reverse 2:3:3:2 pulldown. |
DXVAHD_ITELECINE_CAPS_32322 Value: 0x10 The video processor can reverse 3:2:3:2:2 pulldown. |
DXVAHD_ITELECINE_CAPS_55 Value: 0x20 The video processor can reverse 5:5 pulldown. |
DXVAHD_ITELECINE_CAPS_64 Value: 0x40 The video processor can reverse 6:4 pulldown. |
DXVAHD_ITELECINE_CAPS_87 Value: 0x80 The video processor can reverse 8:7 pulldown. |
DXVAHD_ITELECINE_CAPS_222222222223 Value: 0x100 The video processor can reverse 2:2:2:2:2:2:2:2:2:2:2:3 pulldown. |
DXVAHD_ITELECINE_CAPS_OTHER Value: 0x80000000 The video processor can reverse other telecine modes not listed here. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | dxvahd.h |