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