D3D12_VIDEO_PROCESS_SUPPORT_FLAGS enumeration (d3d12video.h)

Specifies whether a video format and colorspace conversion operation is supported.

Syntax

typedef enum D3D12_VIDEO_PROCESS_SUPPORT_FLAGS {
  D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE,
  D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED
} ;

Constants

 
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE
The conversion from the source format and colorspace to destination format and colorspace are not supported.
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED
The conversion from the source format and colorspace to destination format and colorspace are supported.

Remarks

This enumeration is used by the D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT structure.

Requirements

Requirement Value
Header d3d12video.h