| 
    FFmpeg 7.1.2
    
   | 
 
Ambient viewing environment metadata as defined by H.274. More...
#include <libavutil/ambient_viewing_environment.h>
Data Fields | |
| AVRational | ambient_illuminance | 
| Environmental illuminance of the ambient viewing environment in lux.   | |
| AVRational | ambient_light_x | 
| Normalized x chromaticity coordinate of the environmental ambient light in the nominal viewing environment according to the CIE 1931 definition of x and y as specified in ISO/CIE 11664-1.   | |
| AVRational | ambient_light_y | 
| Normalized y chromaticity coordinate of the environmental ambient light in the nominal viewing environment according to the CIE 1931 definition of x and y as specified in ISO/CIE 11664-1.   | |
Ambient viewing environment metadata as defined by H.274.
The values are saved in AVRationals so that they keep their exactness, while allowing for easy access to a double value with f.ex. av_q2d.
Definition at line 36 of file ambient_viewing_environment.h.
| AVRational AVAmbientViewingEnvironment::ambient_illuminance | 
Environmental illuminance of the ambient viewing environment in lux.
Definition at line 40 of file ambient_viewing_environment.h.
| AVRational AVAmbientViewingEnvironment::ambient_light_x | 
Normalized x chromaticity coordinate of the environmental ambient light in the nominal viewing environment according to the CIE 1931 definition of x and y as specified in ISO/CIE 11664-1.
Definition at line 47 of file ambient_viewing_environment.h.
| AVRational AVAmbientViewingEnvironment::ambient_light_y | 
Normalized y chromaticity coordinate of the environmental ambient light in the nominal viewing environment according to the CIE 1931 definition of x and y as specified in ISO/CIE 11664-1.
Definition at line 54 of file ambient_viewing_environment.h.