// 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 referenceNo description available.
D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 structure identifies the level and tier for an HEVC level setting configuration.
LevelA D3D12DDI_VIDEO_ENCODER_LEVELS_HEVC_0080 value that specifies the HEVC-associated level.
TierA D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080 value that specifies the HEVC-associated tier.
See the HEVC specification for details regarding HEVC tiers and levels.
See D3D12 video encoding for general information.
D3D12DDI_VIDEO_ENCODER_LEVEL_SETTING_0080_2