GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
A message holding information about the mastering display color volume. This metadata can be used when tone mapping an HDR signal to a display with a different gamut or brightness characteristics than the mastering display. This message is capable of containing SMPTE 2086 metadata.
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
blue
(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate
, default:nil
)
- Coordinates of the blue primary of the mastering display. -
green
(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate
, default:nil
)
- Coordinates of the green primary of the mastering display. -
maxLuminance
(type:number()
, default:nil
)
- Maximum luminance of the display (in cd/m^2). -
minLuminance
(type:number()
, default:nil
)
- Minimum luminance of the display (in cd/m^2). -
red
(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate
, default:nil
)
- Coordinates of the red primary of the mastering display. -
whitePoint
(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate
, default:nil
)
- Coordinates of the white point of the mastering display.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadata{
blue: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil,
green: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil,
maxLuminance: number() | nil,
minLuminance: number() | nil,
red: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil,
whitePoint: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil
}
blue: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil,
green: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil,
maxLuminance: number() | nil,
minLuminance: number() | nil,
red: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil,
whitePoint: GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadata