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 profiles for High Efficiency Video Coding (HEVC) encoding.
Syntax
typedef enum D3D12_VIDEO_ENCODER_PROFILE_HEVC {
D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN,
D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10
} ;
Constants
D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN Main profile. |
D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10 Main 10 profile. |
Remarks
Use this enumeration to specify the encoder profile in a D3D12_VIDEO_ENCODER_PROFILE_DESC structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | d3d12video.h |