// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_0082_0 {
UINT DataSize;
union {
D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_0082_0 *pH264PicData;
D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_0082_0 *pHEVCPicData;
D3D12DDI_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA_0095 *pAV1PicData;
};
} D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_0082_0;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_0082_0 structure contains picture control codec-specific data.
DataSizeSize of the referenced data, in bytes.
pH264PicDataPointer to a D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_0082_0 structure containing the picture-level control data for H.264 encoding.
pHEVCPicDataPointer to a D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_0082_0 structure containing the picture-level control data for HEVC encoding.
pAV1PicDataPointer to a D3D12DDI_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA_0095 structure containing the picture-level control data for AV1 encoding. Added in Windows 11, version 24H2 (WDDM 3.2).
Slice-level picture reference lists reordering is not supported.
Weighted inter-prediction is not supported.
See D3D12 video encoding for general information.
D3D12DDI_VIDEO_ENCODER_PICTURE_CONTROL_DESC_0082_0