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 H.264 encoding.
Syntax
typedef enum D3D12_VIDEO_ENCODER_PROFILE_H264 {
D3D12_VIDEO_ENCODER_PROFILE_H264_MAIN,
D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH,
D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH_10
} ;
Constants
D3D12_VIDEO_ENCODER_PROFILE_H264_MAINMain profile. |
D3D12_VIDEO_ENCODER_PROFILE_H264_HIGHHigh profile. |
D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH_10High 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 |