This topic has not yet been rated - Rate this topic

DXVAHD_FRAME_FORMAT enumeration

Describes how a video stream is interlaced.

Syntax


typedef enum _DXVAHD_FRAME_FORMAT { 
  DXVAHD_FRAME_FORMAT_PROGRESSIVE                    = 0,
  DXVAHD_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST     = 1,
  DXVAHD_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST  = 2
} DXVAHD_FRAME_FORMAT;

Constants

DXVAHD_FRAME_FORMAT_PROGRESSIVE

Frames are progressive.

DXVAHD_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST

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

DXVAHD_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST

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

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Dxvahd.h

See also

DXVA-HD
Media Foundation Enumerations
DXVAHD_CONTENT_DESC
DXVAHD_STREAM_STATE_FRAME_FORMAT_DATA

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.