The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DXVA2_ValueRange structure
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: