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 image filters for Microsoft DirectX Video Acceleration High Definition (DXVA-HD) video processing.
Syntax
typedef enum _DXVAHD_FILTER {
DXVAHD_FILTER_BRIGHTNESS = 0,
DXVAHD_FILTER_CONTRAST = 1,
DXVAHD_FILTER_HUE = 2,
DXVAHD_FILTER_SATURATION = 3,
DXVAHD_FILTER_NOISE_REDUCTION = 4,
DXVAHD_FILTER_EDGE_ENHANCEMENT = 5,
DXVAHD_FILTER_ANAMORPHIC_SCALING = 6
} DXVAHD_FILTER;
Constants
DXVAHD_FILTER_BRIGHTNESSValue: 0 Adjusts brightness. |
DXVAHD_FILTER_CONTRASTValue: 1 Adjusts contrast. |
DXVAHD_FILTER_HUEValue: 2 Adjusts hue. |
DXVAHD_FILTER_SATURATIONValue: 3 Adjusts saturation. |
DXVAHD_FILTER_NOISE_REDUCTIONValue: 4 Applies noise reduction. |
DXVAHD_FILTER_EDGE_ENHANCEMENTValue: 5 Applies edge enhancement. |
DXVAHD_FILTER_ANAMORPHIC_SCALINGValue: 6 Performs anamorphic scaling. Anamorphic scaling can be used to stretch 4:3 content to a widescreen 16:9 aspect ratio. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | dxvahd.h |