Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.7 KB

ne-d3dumddi-_dxvahdddi_frame_format.md

File metadata and controls

74 lines (58 loc) · 2.7 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:d3dumddi._DXVAHDDDI_FRAME_FORMAT
_DXVAHDDDI_FRAME_FORMAT (d3dumddi.h)
The DXVAHDDDI_FRAME_FORMAT enumeration contains values that identify the frame format.
display\dxvahdddi_frame_format.htm
display
05/10/2018
DXVAHDDDI_FRAME_FORMAT enumeration
DXVA2_Structs_7335a1ee-9d91-4764-aba3-5769351f7aa5.xml, DXVAHDDDI_FRAME_FORMAT, DXVAHDDDI_FRAME_FORMAT enumeration [Display Devices], DXVAHDDDI_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST, DXVAHDDDI_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST, DXVAHDDDI_FRAME_FORMAT_PROGRESSIVE, _DXVAHDDDI_FRAME_FORMAT, d3dumddi/DXVAHDDDI_FRAME_FORMAT, d3dumddi/DXVAHDDDI_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST, d3dumddi/DXVAHDDDI_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST, d3dumddi/DXVAHDDDI_FRAME_FORMAT_PROGRESSIVE, display.dxvahdddi_frame_format
d3dumddi.h
D3dumddi.h
Windows
DXVAHDDDI_FRAME_FORMAT is supported beginning with the Windows 7 operating system.
Windows
DXVAHDDDI_FRAME_FORMAT
_DXVAHDDDI_FRAME_FORMAT
d3dumddi/_DXVAHDDDI_FRAME_FORMAT
DXVAHDDDI_FRAME_FORMAT
d3dumddi/DXVAHDDDI_FRAME_FORMAT
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_DXVAHDDDI_FRAME_FORMAT
DXVAHDDDI_FRAME_FORMAT

_DXVAHDDDI_FRAME_FORMAT enumeration

-description

The DXVAHDDDI_FRAME_FORMAT enumeration contains values that identify the frame format.

-enum-fields

-field DXVAHDDDI_FRAME_FORMAT_PROGRESSIVE

A value that specifies that the frame format is progressive.

-field DXVAHDDDI_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST

A value that specifies that the frame format is interlaced with two fields. The top (even) field is displayed first.

-field DXVAHDDDI_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST

A value that specifies that the frame format is interlaced with two fields. The bottom (odd) field is displayed first.

-remarks

The FOURCC format of the surface defines whether the interlaced fields are interleaved or not. For example, NV12 is an interlaced format with interleaved fields whereas NV24 is an interlaced format with non-interleaved fields.

-see-also

DXVAHDDDI_STREAM_STATE_FRAME_FORMAT_DATA