D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_decode_compressed_bitstream_0032)

D3D12DDI_VIDEO_DECODE_COMPRESSED_BITSTREAM_0032 structure

Description

Contains the compressed bitstream to decode from.

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.