D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY enumeration (d3d10umddi.h)
A D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY value describes the video capabilities being queried through a call to the driver's PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES function.
Syntax
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
} ;
Constants
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLING Value: 2 Query the driver's support for the specified down sampling parameters. |
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_RECOMMEND_DECODER_DOWNSAMPLING Value: 3 Query the driver's support for the specified down sampling parameters recommended by the user-mode driver. |
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_CAPS Value: 4 Query the driver's video decoder capabilities. |
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT Value: 5 Query the driver's support for the specified down sample output format. |
D3DWDDM2_4DDI_VIDEO_CAPABILITY_QUERY_DECODER_HISTOGRAM Value: 6 Query the driver's support for the specified decoder histogram. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | d3d10umddi.h (include D3d10umddi.h) |
See also
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