Contentlight metadata
Describes the metadata for HDR10. See also InputstreamMasteringMetadata.
Used on kodi::addon::InputstreamInfo::SetContentLightMetadata and kodi::addon::InputstreamInfo::GetContentLightMetadata.
The following table contains values that can be set with class InputstreamContentlightMetadata :
◆ operator==()
Metadata class compare.
To compare the metadata with another one.
- Returns
- true if they equal, false otherwise
◆ SetMaxCll()
void SetMaxCll |
( |
uint64_t |
value | ) |
|
|
inline |
Set the maximum content light level (MaxCLL).
This is the bit value corresponding to the brightest pixel used anywhere in the content.
◆ GetMaxCll()
Get the maximum content light level (MaxCLL).
◆ SetMaxFall()
void SetMaxFall |
( |
uint64_t |
value | ) |
|
|
inline |
Set the maximum frame average light level (MaxFALL).
This is the bit value corresponding to the average luminance of the frame which has the brightest average luminance anywhere in the content.
◆ GetMaxFall()
Get the maximum frame average light level (MaxFALL).