// 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 referenceNo description available.
Contains the decode parameters for the frame. Parameter definitions are specified by the codec specification for each decode profile.
TypeThe type of the parameter. For more information, see the D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE enumeration.
pDataA pointer to the parameter data.
SizeThe size, in bytes, of the parameter data specified by the pData parameter.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE