LPDXVA_VideoPropertyRange - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_DXVA_VideoPropertyRange structure

Description

The DXVA_VideoPropertyRange structure specifies the range of allowed values for ProcAmp control properties.

Members

MinValue

Specifies the minimum value allowed for a given property.

MaxValue

Specifies the maximum value allowed for a given property.

DefaultValue

Specifies the default value for a given property.

StepSize

Specifies the step size increment for a given property.

See also

DXVA_VideoDesc