DXVA2_ValueRange structure (dxva2api.h)

Defines the range of supported values for a DirectX Video Acceleration (DXVA) operation.

Syntax

typedef struct _DXVA2_ValueRange {
  DXVA2_Fixed32 MinValue;
  DXVA2_Fixed32 MaxValue;
  DXVA2_Fixed32 DefaultValue;
  DXVA2_Fixed32 StepSize;
} DXVA2_ValueRange;

Members

MinValue

Minimum supported value.

MaxValue

Maximum supported value.

DefaultValue

Default value.

StepSize

Minimum increment between values.

Remarks

All values in this structure are specified as DXVA2_Fixed32 structures.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header dxva2api.h

See also

DXVA2_Fixed32

Media Foundation Structures