D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_RATIO_DESC_0080 structure (d3d12umddi.h)
The D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_RATIO_DESC_0080 structure defines a resolution ratio as an irreducible fraction.
typedef struct D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_RATIO_DESC_0080 {
UINT WidthRatio;
UINT HeightRatio;
} D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_RATIO_DESC_0080;
WidthRatio
The resolution ratio numerator.
HeightRatio
The resolution ratio denominator.
See D3D12 video encoding for general information.
Requirement | Value |
---|---|
Minimum supported client | Windows 11 (WDDM 3.0) |
Header | d3d12umddi.h |