// 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 referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 structure describes the AV1 codec configuration.
FeatureFlagsA 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.
OrderHintBitsMinus1The number of bits used to represent the order hint value.
See D3D12 AV1 video encoding for more information.
D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_0082_0