Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the optimal lighting for viewing a particular set of video content.
Syntax
typedef enum _MFVideoLighting {
MFVideoLighting_Unknown = 0,
MFVideoLighting_bright = 1,
MFVideoLighting_office = 2,
MFVideoLighting_dim = 3,
MFVideoLighting_dark = 4,
MFVideoLighting_Last,
MFVideoLighting_ForceDWORD = 0x7fffffff
} MFVideoLighting;
Constants
MFVideoLighting_UnknownValue: 0 The optimal lighting is unknown. |
MFVideoLighting_brightValue: 1 Bright lighting; for example, outdoors. |
MFVideoLighting_officeValue: 2 Medium brightness; for example, normal office lighting. |
MFVideoLighting_dimValue: 3 Dim; for example, a living room with a television and additional low lighting. |
MFVideoLighting_darkValue: 4 Dark; for example, a movie theater. |
MFVideoLighting_LastReserved. |
MFVideoLighting_ForceDWORDValue: 0x7fffffff Reserved. This member forces the enumeration type to compile as a DWORD value. |
Remarks
This enumeration is used with the MF_MT_VIDEO_LIGHTING attribute.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | mfobjects.h (include Mfidl.h) |