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