DXVA_ProcAmpControlProp enumeration (dxva.h)

The DXVA_ProcAmpControlProp enumeration is used to determine the required ProcAmp control adjustments.

Syntax

typedef enum _DXVA_ProcAmpControlProp {
  DXVA_ProcAmp_None,
  DXVA_ProcAmp_Brightness,
  DXVA_ProcAmp_Contrast,
  DXVA_ProcAmp_Hue,
  DXVA_ProcAmp_Saturation
} DXVA_ProcAmpControlProp;

Constants

 
DXVA_ProcAmp_None
Specifies that no ProcAmp properties are used.
DXVA_ProcAmp_Brightness
Specifies that the ProcAmp brightness property is used.
DXVA_ProcAmp_Contrast
Specifies that the ProcAmp contrast property is used.
DXVA_ProcAmp_Hue
Specifies that the ProcAmp hue property is used.
DXVA_ProcAmp_Saturation
Specifies that the ProcAmp saturation property is used.

Requirements

Requirement Value
Minimum supported client DirectX 9.0 and later versions only.
Header dxva.h (include Dxva.h)

See also

DXVA_ProcAmpControlCaps

DXVA_ProcAmpControlQueryRange