D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 structure (d3d12umddi.h)
The D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_0095 structure describes the AV1 codec configuration.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
Header | d3d12umddi.h |