// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 {
UINT64 EnabledFeatures;
INT64 FeatureValue[8];
} D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 structure contains segmentation data for a segment within an AV1 frame.
EnabledFeaturesA bit mask combination of D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_0095_FLAGS values that indicates the segmentation modes that are enabled for the segment.
FeatureValue[8]For the enabled features in the EnabledFeatures bit mask, the array FeatureValue is indexed by D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_0095 - 1 for its associated feature value.
See D3D12 AV1 video encoding for more information.
D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_CONFIG_0095