DXVADDI_FILTERVALUES structure (d3dumddi.h)
The DXVADDI_FILTERVALUES structure describes values that are related to a filter.
Syntax
typedef struct _DXVADDI_FILTERVALUES {
[in] DXVADDI_FIXED32 Level;
[in] DXVADDI_FIXED32 Threshold;
[in] DXVADDI_FIXED32 Radius;
} DXVADDI_FILTERVALUES;
Members
[in] Level
A DXVADDI_FIXED32 structure that specifies the level of the filter.
[in] Threshold
A DXVADDI_FIXED32 structure that specifies the threshold of the filter.
[in] Radius
A DXVADDI_FIXED32 structure that specifies the radius of the filter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dumddi.h (include D3dumddi.h) |