eAVEncVideoColorLighting Enumeration
Microsoft DirectShow 9.0 |
eAVEncVideoColorLighting Enumeration
Specifies the intended lighting conditions for viewing a video source. This enumeration is used with the AVEncVideoInputColorLighting and AVEncVideoOutputColorLighting properties.
Syntax
enum eAVEncVideoColorLighting { eAVEncVideoColorLighting_SameAsSource = 0, eAVEncVideoColorLighting_Unknown = 1, eAVEncVideoColorLighting_Bright = 2, eAVEncVideoColorLighting_Office = 3, eAVEncVideoColorLighting_Dim = 4, eAVEncVideoColorLighting_Dark = 5 };
Members
eAVEncVideoColorLighting_SameAsSource
Use the same lighting as the input video. This flag applies to the AVEncVideoOutputColorLighting property only.
eAVEncVideoColorLighting_Unknown
The optimal lighting is unknown.
eAVEncVideoColorLighting_Bright
Bright lighting; for example, outdoors.
eAVEncVideoColorLighting_Office
Medium brightness; for example, normal office lighting.
eAVEncVideoColorLighting_Dim
Dim; for example, a living room with a television and additional low lighting.
eAVEncVideoColorLighting_Dark
Dark; for example, a movie theater.
Requirements
Header: Include codecapi.h.
See Also