D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_RS4_0 structure (d3d10umddi.h)
Contains decode histogram output buffer information such as decode profile, resolution, and format.
Syntax
typedef struct D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_RS4_0 {
UINT64 Offset;
D3D10DDI_HRESOURCE hBuffer;
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_RS4_0;
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 |