Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |