D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 - NtDoc

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

typedef struct D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 {
  D3D12DDI_VIDEO_ENCODER_LEVELS_HEVC_0080 Level;
  D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080   Tier;
} D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_encoder_level_tier_constraints_hevc_0080)

Description

D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 structure identifies the level and tier for an HEVC level setting configuration.

Members

Level

A D3D12DDI_VIDEO_ENCODER_LEVELS_HEVC_0080 value that specifies the HEVC-associated level.

Tier

A D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080 value that specifies the HEVC-associated tier.

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_SETTING_0080_2