D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 structure (d3d12umddi.h)
The D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 structure contains segmentation data for a segment within an AV1 frame.
Syntax
typedef struct D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 {
UINT64 EnabledFeatures;
INT64 FeatureValue[8];
} D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095;
Members
EnabledFeatures
A 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.
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 |