D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080 enumeration (d3d12umddi.h)

The D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080 enumeration is a list of possible H.264 profiles.

Syntax

typedef enum D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080 {
  D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080_MAIN,
  D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080_HIGH,
  D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080_HIGH_10
} ;

Constants

 
D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080_MAIN
The H.264 Main profile.
D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080_HIGH
The H.264 High profile.
D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080_HIGH_10
The H.264 High 10 profile.

Remarks

See D3D12 video encoding for general information.

Requirements

Requirement Value
Minimum supported client Windows 11 (WDDM 3.0)
Header d3d12umddi.h

See also

D3D12DDI_VIDEO_ENCODER_PROFILE_DESC_0080_2