World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVMasteringDisplayMetadata

#include <mastering_display_metadata.h>

+ Граф связей класса AVMasteringDisplayMetadata:

Открытые атрибуты

AVRational display_primaries [3][2]
 
AVRational white_point [2]
 
AVRational min_luminance
 
AVRational max_luminance
 
int has_primaries
 
int has_luminance
 

Подробное описание

Mastering display metadata capable of representing the color volume of the display used to master the content (SMPTE 2086:2014).

To be used as payload of a AVFrameSideData or AVPacketSideData with the appropriate type.

Заметки
The struct should be allocated with av_mastering_display_metadata_alloc() and its size is not a part of the public ABI.

См. определение в файле mastering_display_metadata.h строка 38

Данные класса

◆ display_primaries

AVRational AVMasteringDisplayMetadata::display_primaries[3][2]

CIE 1931 xy chromaticity coords of color primaries (r, g, b order).

См. определение в файле mastering_display_metadata.h строка 42

◆ white_point

AVRational AVMasteringDisplayMetadata::white_point[2]

CIE 1931 xy chromaticity coords of white point.

См. определение в файле mastering_display_metadata.h строка 47

◆ min_luminance

AVRational AVMasteringDisplayMetadata::min_luminance

Min luminance of mastering display (cd/m^2).

См. определение в файле mastering_display_metadata.h строка 52

◆ max_luminance

AVRational AVMasteringDisplayMetadata::max_luminance

Max luminance of mastering display (cd/m^2).

См. определение в файле mastering_display_metadata.h строка 57

◆ has_primaries

int AVMasteringDisplayMetadata::has_primaries

Flag indicating whether the display primaries (and white point) are set.

См. определение в файле mastering_display_metadata.h строка 62

◆ has_luminance

int AVMasteringDisplayMetadata::has_luminance

Flag indicating whether the luminance (min_ and max_) have been set.

См. определение в файле mastering_display_metadata.h строка 67


Объявления и описания членов структуры находятся в файле: