// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT {
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT,
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies how a video format can be used for video processing.
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUTThe format can be used as the input to the video processor.
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUTThe format can be used as the output from the video processor.