D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080 - NtDoc

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

typedef enum D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080 {
  D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080_MAIN,
  D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080_HIGH
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080 enumeration lists the possible HEVC tiers.

Constants

D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080_MAIN

The Main tier, which can be used by most applications.

D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080_HIGH

The High tier, which can be used by applications with high video demands.

Remarks

See the HEVC specification for details regarding HEVC tiers and levels.

See D3D12 video encoding for general information.

See also

D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080

D3D12DDI_VIDEO_ENCODER_LEVELS_HEVC_0080