DXVAHDDDI_FILTER enumeration (d3dumddi.h)

The DXVAHDDDI_FILTER enumeration contains values that identify the filter range, which the driver should retrieve when the driver's GetCaps function is called with the D3DDDICAPS_DXVAHD_GETVPFILTERRANGE value set.

Syntax

typedef enum _DXVAHDDDI_FILTER {
  DXVAHDDDI_FILTER_BRIGHTNESS,
  DXVAHDDDI_FILTER_CONTRAST,
  DXVAHDDDI_FILTER_HUE,
  DXVAHDDDI_FILTER_SATURATION,
  DXVAHDDDI_FILTER_NOISE_REDUCTION,
  DXVAHDDDI_FILTER_EDGE_ENHANCEMENT,
  DXVAHDDDI_FILTER_ANAMORPHIC_SCALING
} DXVAHDDDI_FILTER;

Constants

 
DXVAHDDDI_FILTER_BRIGHTNESS
A value that specifies the filter range of the brightness ProcAmp.
DXVAHDDDI_FILTER_CONTRAST
A value that specifies the filter range of the contrast ProcAmp.
DXVAHDDDI_FILTER_HUE
A value that specifies the filter range of the hue ProcAmp.
DXVAHDDDI_FILTER_SATURATION
A value that specifies the filter range of the saturation ProcAmp.
DXVAHDDDI_FILTER_NOISE_REDUCTION
A value that specifies the filter range of the noise reduction filter.
DXVAHDDDI_FILTER_EDGE_ENHANCEMENT
A value that specifies the filter range of the edge enhancement filter.
DXVAHDDDI_FILTER_ANAMORPHIC_SCALING
A value that specifies that the filter range of anamorphic scaling.

Requirements

Requirement Value
Minimum supported client DXVAHDDDI_FILTER is supported beginning with the Windows 7 operating system.
Header d3dumddi.h (include D3dumddi.h)

See also

GetCaps