// d3dumddi.h
typedef struct _DXVADDI_FILTERVALUES {
[in] DXVADDI_FIXED32 Level;
[in] DXVADDI_FIXED32 Threshold;
[in] DXVADDI_FIXED32 Radius;
} DXVADDI_FILTERVALUES;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVADDI_FILTERVALUES structure describes values that are related to a filter.
Level [in]A DXVADDI_FIXED32 structure that specifies the level of the filter.
Threshold [in]A DXVADDI_FIXED32 structure that specifies the threshold of the filter.
Radius [in]A DXVADDI_FIXED32 structure that specifies the radius of the filter.