// dxva.h
typedef struct _DXVA_VideoPropertyRange {
FLOAT MinValue;
FLOAT MaxValue;
FLOAT DefaultValue;
FLOAT StepSize;
} DXVA_VideoPropertyRange, *LPDXVA_VideoPropertyRange;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVA_VideoPropertyRange structure specifies the range of allowed values for ProcAmp control properties.
MinValueSpecifies the minimum value allowed for a given property.
MaxValueSpecifies the maximum value allowed for a given property.
DefaultValueSpecifies the default value for a given property.
StepSizeSpecifies the step size increment for a given property.