D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032 structure (d3d12umddi.h)
Contains the compressed bitstream to decode from.
Syntax
typedef struct D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032 {
D3D12DDI_HRESOURCE hDrvBuffer;
UINT64 Offset;
UINT64 Size;
} D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032;
Members
hDrvBuffer
The source buffer that contains the compressed bitstream to decode.
Offset
The offset to the beginning of the first slice. This offset has alignment requirements based on the tier value.
Size
The buffer size.
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |