D3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020 structure (d3d12umddi.h)

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

Syntax

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;

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.

Requirements

Requirement Value
Header d3d12umddi.h (include D3d12umddi.h)

See also

D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE