D3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020 {
  D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020 Type;
  void                                      *pData;
  UINT                                      Size;
} D3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020 structure

Description

Contains the decode parameters for the frame. Parameter definitions are specified by the codec specification for each decode profile.

Members

Type

The type of the parameter. For more information, see the D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE enumeration.

pData

A pointer to the parameter data.

Size

The size, in bytes, of the parameter data specified by the pData parameter.

See also

D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE