Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 2.45 KB

ne-dxgiddi-dxgi_ddi_multiplane_overlay_ycbcr_flags.md

File metadata and controls

66 lines (53 loc) · 2.45 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:dxgiddi.DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS
DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS (dxgiddi.h)
The DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration identifies YUV range and conversion info that describes a multiplane overlay.
display\dxgi_ddi_multiplane_overlay_ycbcr_flags.htm
display
05/10/2018
DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration
DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS, DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration [Display Devices], DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709, DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE, DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC, display.dxgi_ddi_multiplane_overlay_ycbcr_flags, dxgiddi/DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS, dxgiddi/DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709, dxgiddi/DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE, dxgiddi/DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC
dxgiddi.h
D3d10umddi.h
Windows
Windows 8.1
Windows Server 2012 R2
Windows
DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS
DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS
dxgiddi/DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS
APIRef
kbSyntax
HeaderDef
Dxgiddi.h
DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS

DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration

-description

Identifies YUV range and conversion info that describes a multiplane overlay.

-enum-fields

-field DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE

YUV values range from 16 to 235, inclusive, instead of the default range of 0 to 255, inclusive.

-field DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709

YUV values should be converted using the BT.709 standard, instead of the default BT.601 conversion.

-field DXGI_DDI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC

YUV values contain xvYCC data, instead of conventional YCbCr data.

-remarks

For more info on how YUV ranges are defined and converted, see YUV format ranges in Windows 8.1.