Contentlight metadata
Describes the metadata for HDR10. See also InputstreamMasteringMetadata.
More...
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 :
◆ GetMaxCll()
uint64_t kodi::addon::InputstreamContentlightMetadata::GetMaxCll |
( |
| ) |
|
|
inline |
Get the maximum content light level (MaxCLL).
◆ GetMaxFall()
uint64_t kodi::addon::InputstreamContentlightMetadata::GetMaxFall |
( |
| ) |
|
|
inline |
Get the maximum frame average light level (MaxFALL).
◆ operator==()
Metadata class compare.
To compare the metadata with another one.
- Returns
- true if they equal, false otherwise
◆ SetMaxCll()
void kodi::addon::InputstreamContentlightMetadata::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.
◆ SetMaxFall()
void kodi::addon::InputstreamContentlightMetadata::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.