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 an image filter.
Syntax
typedef struct _DXVAHD_FILTER_RANGE_DATA {
INT Minimum;
INT Maximum;
INT Default;
FLOAT Multiplier;
} DXVAHD_FILTER_RANGE_DATA;
Members
Minimum
The minimum value of the filter.
Maximum
The maximum value of the filter.
Default
The default value of the filter.
Multiplier
A multiplier. Use the following formula to translate the filter setting into the actual filter value: Actual Value = Set Value × Multiplier.
Remarks
The multiplier enables the filter range to have a fractional step value.
For example, a hue filter might have an actual range of [-180.0 ... +180.0] with a step size of 0.25. The device would report the following range and multiplier:
- Minimum: -720
- Maximum: +720
- Multiplier: 0.25
The device should use a multiplier that can be represented exactly as a base-2 fraction.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | dxvahd.h |