Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <Inputstream.h>

Inheritance diagram for kodi::addon::InputstreamMasteringMetadata:
kodi::addon::CStructHdl< InputstreamMasteringMetadata, INPUTSTREAM_MASTERING_METADATA >

Public Member Functions

bool operator== (const kodi::addon::InputstreamMasteringMetadata &right) const
 Metadata class compare.
 
void SetPrimaryR_ChromaticityX (double value)
 Set the chromaticity coordinates of the red value in the CIE1931 color space.
 
double GetPrimaryR_ChromaticityX ()
 Get the chromaticity X coordinates of the red value.
 
void SetPrimaryR_ChromaticityY (double value)
 The chromaticity coordinates of the red value in the CIE1931 color space.
 
double GetPrimaryR_ChromaticityY ()
 Get the chromaticity Y coordinates of the red value.
 
void SetPrimaryG_ChromaticityX (double value)
 Set the chromaticity coordinates of the green value in the CIE1931 color space.
 
double GetPrimaryG_ChromaticityX ()
 Get the chromaticity X coordinates of the green value.
 
void SetPrimaryG_ChromaticityY (double value)
 Set the chromaticity coordinates of the green value in the CIE1931 color space.
 
double GetPrimaryG_ChromaticityY ()
 Get the chromaticity Y coordinates of the green value.
 
void SetPrimaryB_ChromaticityX (double value)
 The chromaticity coordinates of the blue value in the CIE1931 color space.
 
double GetPrimaryB_ChromaticityX ()
 Get the chromaticity X coordinates of the blue value.
 
void SetPrimaryB_ChromaticityY (double value)
 The chromaticity coordinates of the blue value in the CIE1931 color space.
 
double GetPrimaryB_ChromaticityY ()
 Get the chromaticity Y coordinates of the blue value.
 
void SetWhitePoint_ChromaticityX (double value)
 Set the chromaticity coordinates of the white point in the CIE1931 color space.
 
double GetWhitePoint_ChromaticityX ()
 Get the chromaticity X coordinates of the white point.
 
void SetWhitePoint_ChromaticityY (double value)
 Set the chromaticity coordinates of the white point in the CIE1931 color space.
 
double GetWhitePoint_ChromaticityY ()
 Get the chromaticity Y coordinates of the white point.
 
void SetLuminanceMax (double value)
 Set the maximum number of bits of the display used to master the content.
 
double GetLuminanceMax ()
 Get the maximum number of bits of the display.
 
void SetLuminanceMin (double value)
 Set the minimum number of bits of the display used to master the content.
 
double GetLuminanceMin ()
 Get the minimum number of bits of the display.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< InputstreamMasteringMetadata, INPUTSTREAM_MASTERING_METADATA >
 CStructHdl ()
 
 CStructHdl (const InputstreamMasteringMetadata &cppClass)
 
 CStructHdl (const INPUTSTREAM_MASTERING_METADATA *cStructure)
 
 CStructHdl (INPUTSTREAM_MASTERING_METADATA *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const INPUTSTREAM_MASTERING_METADATA &right)
 
virtual ~CStructHdl ()
 
 operator INPUTSTREAM_MASTERING_METADATA * ()
 
 operator const INPUTSTREAM_MASTERING_METADATA * () const
 
const INPUTSTREAM_MASTERING_METADATAGetCStructure () const
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< InputstreamMasteringMetadata, INPUTSTREAM_MASTERING_METADATA >
INPUTSTREAM_MASTERING_METADATAm_cStructure
 

The documentation for this class was generated from the following file: