DXVA_VideoPropertyRange structure (dxva.h)

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

Syntax

typedef struct _DXVA_VideoPropertyRange {
  FLOAT MinValue;
  FLOAT MaxValue;
  FLOAT DefaultValue;
  FLOAT StepSize;
} DXVA_VideoPropertyRange, *LPDXVA_VideoPropertyRange;

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.

Requirements

Requirement Value
Minimum supported client DirectX 9.0 and later versions only.
Header dxva.h (include Dxva.h)

See also

DXVA_VideoDesc