D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_encoder_codec_configuration_0082_0)

Description

The D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0 structure contains configuration information for a video codec.

Members

DataSize

Size of the referenced data, in bytes.

pH264Config

Pointer to a D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_0082_0 structure that contains H.264 codec configuration information.

pHEVCConfig

Pointer to a D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_0082_0 structure that contains HEVC codec configuration information.

pAV1Config

Pointer 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).

Remarks

See D3D12 video encoding for general information.

See also

D3D12DDIARG_CREATE_VIDEO_ENCODER_0082_0

D3D12DDICAPS_VIDEO_ENCODER_SUPPORT_DATA_0083_0