D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 - NtDoc

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

typedef struct D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 {
  D3D12DDI_VIDEO_ENCODER_AV1_FEATURE_0095_FLAGS FeatureFlags;
  UINT                                          OrderHintBitsMinus1;
} D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_encoder_av1_codec_configuration_0095)

Description

The D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 structure describes the AV1 codec configuration.

Members

FeatureFlags

A D3D12DDI_VIDEO_ENCODER_AV1_FEATURE_0095_FLAGS enumeration that defines the set of enabled features. Flags can be combined based on the reported capabilities/requirements by the driver.

OrderHintBitsMinus1

The number of bits used to represent the order hint value.

Remarks

See D3D12 AV1 video encoding for more information.

See also

D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0