// d3d12umddi.h
typedef enum D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS_0020 {
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_NONE,
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_SUPPORTED
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Contains flags for support of video decode conversion.
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_NONENo Flags set. The conversion is not supported.
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_SUPPORTEDThe conversion is supported. Callers must inspect the ClosestWidth and ClosestHeight members to understand scale support.