// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS {
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_HUE,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Identifies video processor capabilities that the user-mode driver supports.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESSBrightness filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_CONTRASTContrast filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_HUEHue filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_SATURATIONSaturation filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTIONNoise reduction filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENTEdge enhancement filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALINGAnamorphic scaling filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENTStereo adjustment filter. When stereo 3-D video is enabled, this filter adjusts the offset between the left and right views, allowing the user to reduce potential eye strain.
The filter value indicates the amount by which the left and right views are adjusted. A positive value shifts the images away from each other: the left image toward the left, and the right image toward the right. A negative value shifts the images in the opposite directions, closer to each other.