D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020 - NtDoc

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

typedef enum D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020 {
  D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020_NONE,
  D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020_FIELD_BASED
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020 enumeration

Description

Indicates whether the compressed stream contains only frames (PROGRESSIVE_ONLY) or may contain a mix of progressive and interlaced frames (FIELDS).

Constants

D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020_NONE

The coded video stream contains only progressive frames.

D3D12DDI_VIDEO_CODED_INTERLACE_TYPE_0020_FIELD_BASED

The coded video stream may contain a mix of progressive and interlaced frames.

Remarks

With H.264 for instance, D3D12DDI_VIDEO_CODED_TYPE_FIELDS is used for both PAFF (picture adaptive frame field) and MBAFF (macroblock-level adaptive frame/field).