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.
The D3D12DDI_VIDEO_ENCODER_CODEC_0080 enumeration lists the possible codecs.
Syntax
typedef enum D3D12DDI_VIDEO_ENCODER_CODEC_0080 {
D3D12DDI_VIDEO_ENCODER_CODEC_0080_H264,
D3D12DDI_VIDEO_ENCODER_CODEC_0080_HEVC,
D3D12DDI_VIDEO_ENCODER_CODEC_0095_AV1
} ;
Constants
D3D12DDI_VIDEO_ENCODER_CODEC_0080_H264The codec is an H.264 codec. |
D3D12DDI_VIDEO_ENCODER_CODEC_0080_HEVCThe codec is an HEVC (H.265) codec. |
D3D12DDI_VIDEO_ENCODER_CODEC_0095_AV1The codec is an AV1 codec. |
Remarks
See D3D12 video encoding for general information.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 (WDDM 3.0) |
| Header | d3d12umddi.h |
See also
D3D12DDIARG_CREATE_VIDEO_ENCODER_0082_0