VideoFileContentLightLevel

GoogleApi.ContentWarehouse.V1.Model.VideoFileContentLightLevel


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoFileContentLightLevel