DXVADDI_VALUERANGE structure (d3dumddi.h)

The DXVADDI_VALUERANGE structure describes values of a property (such as, the value spread and default value).

Syntax

typedef struct _DXVADDI_VALUERANGE {
  [in] DXVADDI_FIXED32 MinValue;
  [in] DXVADDI_FIXED32 MaxValue;
  [in] DXVADDI_FIXED32 DefaultValue;
  [in] DXVADDI_FIXED32 StepSize;
} DXVADDI_VALUERANGE;

Members

[in] MinValue

A DXVADDI_FIXED32 structure that specifies the minimum value that is allowed for a given property.

[in] MaxValue

A DXVADDI_FIXED32 structure that specifies the maximum value that is allowed for a given property.

[in] DefaultValue

A DXVADDI_FIXED32 structure that specifies the default value for a given property.

[in] StepSize

A DXVADDI_FIXED32 structure that specifies the step size increment for a given property.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDIARG_GETCAPS

D3DDDICAPS_TYPE

DXVADDI_QUERYPROCAMPINPUT

DXVADDI_VIDEODESC

GetCaps