D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM structure (d3d10umddi.h)
Contains decode histogram output buffer information such as decode profile, resolution, and format.
Syntax
typedef struct D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM {
UINT Offset;
D3D10DDI_HRESOURCE hBuffer;
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM;
Members
Offset
The offset location in hBuffer to write the component histogram.
hBuffer
The target buffer for hardware to write the components histogram. Set to a nullptr when the component histogram is disabled.
Requirements
Requirement | Value |
---|---|
Header | d3d10umddi.h |