// d3d10umddi.h
typedef enum D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY {
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLING = 2,
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_RECOMMEND_DECODER_DOWNSAMPLING = 3,
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_CAPS = 4,
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT = 5,
D3DWDDM2_4DDI_VIDEO_CAPABILITY_QUERY_DECODER_HISTOGRAM = 6
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY value describes the video capabilities being queried through a call to the driver's PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES function.
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLING:2Query the driver's support for the specified down sampling parameters.
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_RECOMMEND_DECODER_DOWNSAMPLING:3Query the driver's support for the specified down sampling parameters recommended by the user-mode driver.
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_CAPS:4Query the driver's video decoder capabilities.
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT:5Query the driver's support for the specified down sample output format.
D3DWDDM2_4DDI_VIDEO_CAPABILITY_QUERY_DECODER_HISTOGRAM:6Query the driver's support for the specified decoder histogram.
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_CAPS
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLING
D3DWDDM2_4DDI_VIDEO_CAPABILITY_DECODER_HISTOGRAM
D3DWDDM2_0DDI_VIDEO_CAPABILITY_RECOMMEND_DECODER_DOWNSAMPLING
PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES