D3D12DDI_VIDEO_ENCODER_PROFILE_H264_0080 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

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
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_video_encoder_profile_h264_0080)

Description

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

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.

See also

D3D12DDI_VIDEO_ENCODER_PROFILE_DESC_0080_2