// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032 {
D3D12DDI_HRESOURCE hDrvBuffer;
UINT64 Offset;
UINT64 Size;
} D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the compressed bitstream to decode from.
hDrvBufferThe source buffer that contains the compressed bitstream to decode.
OffsetThe offset to the beginning of the first slice. This offset has alignment requirements based on the tier value.
SizeThe buffer size.