D3D12DDI_VIDEO_FIELD_TYPE_0020 - NtDoc

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

typedef enum D3D12DDI_VIDEO_FIELD_TYPE_0020 {
  D3D12DDI_VIDEO_FIELD_TYPE_0020_NONE,
  D3D12DDI_VIDEO_FIELD_TYPE_0020_INTERLACED_TOP_FIELD_FIRST,
  D3D12DDI_VIDEO_FIELD_TYPE_0020_INTERLACED_BOTTOM_FIELD_FIRST
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIDEO_FIELD_TYPE_0020 enumeration

Description

Contains values that define how a video frame is interlaced.

Constants

D3D12DDI_VIDEO_FIELD_TYPE_0020_NONE

Frame is progressive.

D3D12DDI_VIDEO_FIELD_TYPE_0020_INTERLACED_TOP_FIELD_FIRST

Frame is interlaced. The top field of each frame is displayed first.

D3D12DDI_VIDEO_FIELD_TYPE_0020_INTERLACED_BOTTOM_FIELD_FIRST

Frame is interlaced. The bottom field of each frame is displayed first.