// 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 referenceNo description available.
The DXVA_ProcAmpControlQueryRange structure contains the minimum, maximum, step size, and default value for each ProcAmp property.
SizeSpecifies the size of this structure in bytes.
ProcAmpControlPropSpecifies a DXVA_ProcAmpControlProp structure that indicates the supported ProcAmp control properties.
VideoDescSpecifies 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.