// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0 {
UINT DataSize;
union {
D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_0082_0 *pH264Config;
D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_0082_0 *pHEVCConfig;
D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 *pAV1Config;
};
} D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0 structure contains configuration information for a video codec.
DataSizeSize of the referenced data, in bytes.
pH264ConfigPointer to a D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_0082_0 structure that contains H.264 codec configuration information.
pHEVCConfigPointer to a D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_0082_0 structure that contains HEVC codec configuration information.
pAV1ConfigPointer to a D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 structure that contains AV1 codec configuration information. Added in Windows 11, version 24H2 (WDDM 3.2).
See D3D12 video encoding for general information.
D3D12DDIARG_CREATE_VIDEO_ENCODER_0082_0
D3D12DDICAPS_VIDEO_ENCODER_SUPPORT_DATA_0083_0