D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_0080 enumeration (d3d12umddi.h)

The D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_0080 enumeration lists the possible intra refresh modes.

Syntax

typedef enum D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_0080 {
  D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_NONE_0080,
  D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_ROW_BASED_0080
} ;

Constants

 
D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_NONE_0080
The encoder does not use intra refresh.
D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_MODE_ROW_BASED_0080
The encoder uses row-based intra refresh mode.

Remarks

See D3D12 video encoding for general information.

Requirements

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

See also

D3D12DDI_VIDEO_ENCODER_INTRA_REFRESH_0080