D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020 enumeration (d3d12umddi.h)

Contains the video decode parameter type.

Syntax

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
} ;

Constants

 
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_PICTURE_PARAMETERS
Picture decoding parameter buffer.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_INVERSE_QUANTIZATION_MATRIX
Inverse quantization matrix buffer.
D3D12DDI_VIDEO_DECODE_PARAMETER_TYPE_0020_SLICE_CONTROL
The slice-level parameters of a slice of bitstream data, for off-host bitstream compressed picture decoding.

Remarks

The definition of each buffer type is dependent upon the decode profile and is defined in each codec specification.

Requirements

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