Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 3.39 KB

ne-dxva2api-dxva2_videolighting.md

File metadata and controls

91 lines (69 loc) · 3.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:dxva2api._DXVA2_VideoLighting
DXVA2_VideoLighting (dxva2api.h)
Describes the intended lighting conditions for viewing video content.
DXVA2_VideoLighting
DXVA2_VideoLighting enumeration [Media Foundation]
DXVA2_VideoLightingMask
DXVA2_VideoLighting_Unknown
DXVA2_VideoLighting_bright
DXVA2_VideoLighting_dark
DXVA2_VideoLighting_dim
DXVA2_VideoLighting_office
d70e7aa7-f68f-4ee3-bb75-dbe369e68f0e
dxva2api/DXVA2_VideoLighting
dxva2api/DXVA2_VideoLightingMask
dxva2api/DXVA2_VideoLighting_Unknown
dxva2api/DXVA2_VideoLighting_bright
dxva2api/DXVA2_VideoLighting_dark
dxva2api/DXVA2_VideoLighting_dim
dxva2api/DXVA2_VideoLighting_office
mf.dxva2_videolighting
mf\dxva2_videolighting.htm
mf
d70e7aa7-f68f-4ee3-bb75-dbe369e68f0e
12/05/2018
DXVA2_VideoLighting, DXVA2_VideoLighting enumeration [Media Foundation], DXVA2_VideoLightingMask, DXVA2_VideoLighting_Unknown, DXVA2_VideoLighting_bright, DXVA2_VideoLighting_dark, DXVA2_VideoLighting_dim, DXVA2_VideoLighting_office, d70e7aa7-f68f-4ee3-bb75-dbe369e68f0e, dxva2api/DXVA2_VideoLighting, dxva2api/DXVA2_VideoLightingMask, dxva2api/DXVA2_VideoLighting_Unknown, dxva2api/DXVA2_VideoLighting_bright, dxva2api/DXVA2_VideoLighting_dark, dxva2api/DXVA2_VideoLighting_dim, dxva2api/DXVA2_VideoLighting_office, mf.dxva2_videolighting
dxva2api.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
DXVA2_VideoLighting
19H1
_DXVA2_VideoLighting
dxva2api/_DXVA2_VideoLighting
DXVA2_VideoLighting
dxva2api/DXVA2_VideoLighting
c++
APIRef
kbSyntax
HeaderDef
dxva2api.h
DXVA2_VideoLighting

DXVA2_VideoLighting enumeration

-description

Describes the intended lighting conditions for viewing video content. These flags are used in the DXVA2_ExtendedFormat structure.

-enum-fields

-field DXVA2_VideoLightingMask:0xf

Bitmask to validate flag values. This value is not a valid flag.

-field DXVA2_VideoLighting_Unknown:0

Unknown. Treat as DXVA2_VideoLighting_dim.

-field DXVA2_VideoLighting_bright:1

Outdoor lighting.

-field DXVA2_VideoLighting_office:2

Medium brightness; for example, an office.

-field DXVA2_VideoLighting_dim:3

Dim; for example, a living room with a television and some additional low lighting.

-field DXVA2_VideoLighting_dark:4

Dark; for example, a movie theater.

-remarks

This enumeration is equivalent to the DXVA_VideoLighting enumeration used in DXVA 1.0.

If you are using the IMFMediaType interface to describe the video format, the video lighting is specified in the MF_MT_VIDEO_LIGHTING attribute.

-see-also

Media Foundation Enumerations