// d3d10umddi.h
typedef struct D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM {
UINT Offset;
D3D10DDI_HRESOURCE hBuffer;
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM;
View the official Windows Driver Kit DDI referenceNo description available.
Contains decode histogram output buffer information such as decode profile, resolution, and format.
OffsetThe offset location in hBuffer to write the component histogram.
hBufferThe target buffer for hardware to write the components histogram. Set to a nullptr when the component histogram is disabled.