D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0080_2 structure (d3d12umddi.h)

The D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0080_2 structure contains configuration information for a video codec. Use D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0 for full video encoding feature support for Windows 11 (WDDM 3.0).

Syntax

typedef struct D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0080_2 {
  UINT  DataSize;
  union {
    D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_0080_2 *pH264Config;
    D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_0080_2 *pHEVCConfig;
  };
} D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0080_2;

Members

DataSize

Size of the referenced data, in bytes.

pH264Config

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

pHEVCConfig

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

Remarks

Use D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0 for full video encoding feature support for Windows 11 (WDDM 3.0).

Requirements

Requirement Value
Minimum supported client Windows 11 (WDDM 3.0)
Header d3d12umddi.h