LPDXVA_ProcAmpControlQueryRange - NtDoc

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

typedef struct _DXVA_ProcAmpControlQueryRange {
  DWORD                   Size;
  DXVA_ProcAmpControlProp ProcAmpControlProp;
  DXVA_VideoDesc          VideoDesc;
} DXVA_ProcAmpControlQueryRange, *LPDXVA_ProcAmpControlQueryRange;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxva-_dxva_procampcontrolqueryrange)

_DXVA_ProcAmpControlQueryRange structure

Description

The DXVA_ProcAmpControlQueryRange structure contains the minimum, maximum, step size, and default value for each ProcAmp property.

Members

Size

Specifies the size of this structure in bytes.

ProcAmpControlProp

Specifies a DXVA_ProcAmpControlProp structure that indicates the supported ProcAmp control properties.

VideoDesc

Specifies a DXVA_VideoDesc structure that provides the driver with a description of the video that the ProcAmp adjustment is going to be applied to. Drivers may adjust their ProcAmp feature support for particular video streams.

See also

DXVA_ProcAmpControlProp

DXVA_VideoDesc