MythTV
master
|
Encapsulates HDR metadata conformant with Static Metadata Type 1 per CTA-861-G Final. More...
#include <libmythui/mythhdr.h>
Public Member Functions | |
MythHDRMetadata ()=default | |
MythHDRMetadata (const MythHDRMetadata &Other)=default | |
bool | Equals (MythHDRMetadata *Other) |
Public Attributes | |
MythPrimariesUInt16 | m_displayPrimaries {{{ 0 }}} |
MythPrimaryUInt16 | m_whitePoint {{ 0 }} |
uint16_t | m_maxMasteringLuminance { 0 } |
uint16_t | m_minMasteringLuminance { 0 } |
uint16_t | m_maxContentLightLevel { 0 } |
uint16_t | m_maxFrameAverageLightLevel { 0 } |
Encapsulates HDR metadata conformant with Static Metadata Type 1 per CTA-861-G Final.
|
default |
|
explicitdefault |
bool MythHDRMetadata::Equals | ( | MythHDRMetadata * | Other | ) |
Definition at line 12 of file mythhdr.cpp.
MythPrimariesUInt16 MythHDRMetadata::m_displayPrimaries {{{ 0 }}} |
Definition at line 22 of file mythhdr.h.
Referenced by Equals(), and MythHDRVideoMetadata::Update().
MythPrimaryUInt16 MythHDRMetadata::m_whitePoint {{ 0 }} |
Definition at line 23 of file mythhdr.h.
Referenced by Equals(), and MythHDRVideoMetadata::Update().
uint16_t MythHDRMetadata::m_maxMasteringLuminance { 0 } |
Definition at line 24 of file mythhdr.h.
Referenced by Equals(), and MythHDRVideoMetadata::Update().
uint16_t MythHDRMetadata::m_minMasteringLuminance { 0 } |
Definition at line 25 of file mythhdr.h.
Referenced by Equals(), and MythHDRVideoMetadata::Update().
uint16_t MythHDRMetadata::m_maxContentLightLevel { 0 } |
Definition at line 26 of file mythhdr.h.
Referenced by Equals(), and MythHDRVideoMetadata::Update().
uint16_t MythHDRMetadata::m_maxFrameAverageLightLevel { 0 } |
Definition at line 27 of file mythhdr.h.
Referenced by Equals(), and MythHDRVideoMetadata::Update().