public static interface VideoFrame.HdrMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
VideoFrame.HdrMetadata.Chromaticity |
Modifier and Type | Method and Description |
---|---|
int |
getLuminanceMax() |
int |
getLuminanceMin() |
int |
getMaxContentLightLevel() |
int |
getMaxFrameAverageLightLevel() |
VideoFrame.HdrMetadata.Chromaticity |
getprimaryB() |
VideoFrame.HdrMetadata.Chromaticity |
getprimaryG() |
VideoFrame.HdrMetadata.Chromaticity |
getprimaryR() |
VideoFrame.HdrMetadata.Chromaticity |
getWhitePoint() |
int getMaxContentLightLevel()
int getMaxFrameAverageLightLevel()
VideoFrame.HdrMetadata.Chromaticity getprimaryR()
VideoFrame.HdrMetadata.Chromaticity getprimaryG()
VideoFrame.HdrMetadata.Chromaticity getprimaryB()
VideoFrame.HdrMetadata.Chromaticity getWhitePoint()
int getLuminanceMax()
int getLuminanceMin()