D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095 enumeration (d3d12umddi.h)

The D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095 enumeration specifies the tiers of the AV1 video encoder. The tiers are defined according to the AV1 specification. See the specification for details.

Syntax

typedef enum D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095 {
  D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095_MAIN,
  D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095_HIGH
} ;

Constants

 
D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095_MAIN
The main tier (MainMbps).
D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095_HIGH
The high performance tier (HighMbps).

Remarks

See D3D12 AV1 video encoding for more information.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3d12umddi.h

See also

D3D12DDI_VIDEO_ENCODER_AV1_LEVEL_TIER_CONSTRAINTS_0095