D3D11_1DDI_VIDEO_FRAME_FORMAT - NtDoc

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

typedef enum D3D11_1DDI_VIDEO_FRAME_FORMAT {
  D3D11_1DDI_VIDEO_FRAME_FORMAT_PROGRESSIVE,
  D3D11_1DDI_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST,
  D3D11_1DDI_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_frame_format)

D3D11_1DDI_VIDEO_FRAME_FORMAT enumeration

Description

Describes how a video stream is interlaced.

Constants

D3D11_1DDI_VIDEO_FRAME_FORMAT_PROGRESSIVE

Frames are progressive.

D3D11_1DDI_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST

Frames are interlaced. The top field of each frame is displayed first.

D3D11_1DDI_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST

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