D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE enumeration (d3d12video.h)

Specifies the interlace type of coded video frames.

Syntax

typedef enum D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE {
  D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_NONE,
  D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_FIELD_BASED
} ;

Constants

 
D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_NONE
The coded frames are not interlaced, often referred to as "progressive".
D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_FIELD_BASED
The coded frames may be interlaced.

Requirements

Requirement Value
Header d3d12video.h