D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095 {
  D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095_MAIN,
  D3D12DDI_VIDEO_ENCODER_AV1_TIER_0095_HIGH
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_video_encoder_av1_tier_0095)

Description

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.

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.

See also

D3D12DDI_VIDEO_ENCODER_AV1_LEVEL_TIER_CONSTRAINTS_0095