DXVA_ProcAmpControlProp - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dxva.h

typedef enum _DXVA_ProcAmpControlProp {
  DXVA_ProcAmp_None,
  DXVA_ProcAmp_Brightness,
  DXVA_ProcAmp_Contrast,
  DXVA_ProcAmp_Hue,
  DXVA_ProcAmp_Saturation
} DXVA_ProcAmpControlProp;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dxva-_dxva_procampcontrolprop)

_DXVA_ProcAmpControlProp enumeration

Description

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

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.

See also

DXVA_ProcAmpControlCaps

DXVA_ProcAmpControlQueryRange