View Source GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadata (google_api_content_warehouse v0.2.0)
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
-
blue(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t, default:nil) - Coordinates of the blue primary of the mastering display. -
green(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t, 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.t, default:nil) - Coordinates of the red primary of the mastering display. -
whitePoint(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileMasteringDisplayMetadataCIE1931Coordinate.t, default:nil) - Coordinates of the white point of the mastering display.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.