D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAGS_0022 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAGS_0022 {
  D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAG_0022_NONE,
  D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAG_0022_SUPPORTED
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAGS_0022 enumeration

Description

Contains values that specify whether the conversion from the source format and color space to destination format and color space is supported.

Constants

D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAG_0022_NONE

The conversion from the source format and color space to destination format and color space is not supported.

D3D12DDI_VIDEO_PROCESS_SUPPORT_FLAG_0022_SUPPORTED

The conversion from the source format and color space to destination format and color space is supported.