// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS {
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION,
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the automatic image processing capabilities of the video processor.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISEDenoise.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGINGDeringing.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENTEdge enhancement.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTIONColor correction.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPINGFlesh-tone mapping.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATIONImage stabilization.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTIONEnhanced image resolution.
D3D11_1DDI_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALINGAnamorphic scaling.