D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS_0020 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_video_decode_conversion_support_flags_0020)

D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS_0020 enumeration

Description

Contains flags for support of video decode conversion.

Constants

D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_NONE

No Flags set. The conversion is not supported.

D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_SUPPORTED

The conversion is supported. Callers must inspect the ClosestWidth and ClosestHeight members to understand scale support.