Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 structure identifies the level and tier for an HEVC level setting configuration.
Syntax
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;
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 (WDDM 3.0) |
| Header | d3d12umddi.h |