// d3d12umddi.h
typedef enum D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020 {
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_PICTURE_PARAMETERS,
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_INVERSE_QUANTIZATION_MATRIX,
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_SLICE_CONTROL,
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0097_HUFFMAN_TABLE
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020 enumeration identifies the type of data thatD3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020->pData
Contains the video decode parameter type.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_PICTURE_PARAMETERSPicture decoding parameter buffer.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_INVERSE_QUANTIZATION_MATRIXInverse quantization matrix buffer.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_SLICE_CONTROLThe slice-level parameters of a slice of bitstream data, for off-host bitstream compressed picture decoding.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0097_HUFFMAN_TABLEpData points to a Huffman table buffer.
The definition of each buffer type is dependent upon the decode profile and is defined in each codec specification.
D3D12DDI_VIDEO_DECODE_FRAME_ARGUMENT_0020