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.
Specifies the encoder tiers for High Efficiency Video Coding (HEVC) encoding.
Syntax
typedef enum D3D12_VIDEO_ENCODER_TIER_HEVC {
D3D12_VIDEO_ENCODER_TIER_HEVC_MAIN,
D3D12_VIDEO_ENCODER_TIER_HEVC_HIGH
} ;
Constants
D3D12_VIDEO_ENCODER_TIER_HEVC_MAINMain tier. |
D3D12_VIDEO_ENCODER_TIER_HEVC_HIGHHigh tier. |
Remarks
Use this enumeration to specify the encoder tier in a D3D12_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | d3d12video.h |