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_MAIN Main profile. |
D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH High profile. |
D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH_10 High 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 |