View Source GoogleApi.ContentWarehouse.V1.Model.VideoFileContentLightLevel (google_api_content_warehouse v0.4.0)

A message holding the equivalent of the content light level information in HEVC or its representation in matroska/webm. This gives coarse stats on the luminance levels in the content and may be used as a hint by algorithms & displays to tone map.

Attributes

  • maxContentLightLevel (type: integer(), default: nil) - Defines the maximum content light level (in cd/m^2) over the entire video.
  • maxFrameAverageLightLevel (type: integer(), default: nil) - The maximum (over entire video) of the frame average light level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileContentLightLevel{
  maxContentLightLevel: integer() | nil,
  maxFrameAverageLightLevel: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.