VideoFileHDR10PlusStats

GoogleApi.ContentWarehouse.V1.Model.VideoFileHDR10PlusStats


Table of Contents ▼

Jump to a specific part of the page:

Description

Stats on HDR10+ (SMPTE 2094-40:2016 standard) over video frames.

Attributes List

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

View Attributes

Attributes

  1. applicationVersion (type: integer(), default: nil)
    - Application version is set to max version over all frames.
  2. averageTargetedSystemDisplayMaximumLuminance (type: float(), default: nil)
    - The average of the nominal maximum display luminance of the targeted system display over all frames.
  3. masteringDisplayActualPeakLuminanceFlag (type: boolean(), default: nil)
    - This flag is set if any frame has it.
  4. maxNumWindows (type: integer(), default: nil)
    -
  5. targetedSystemDisplayActualPeakLuminanceFlag (type: boolean(), default: nil)
    - This flag is set if any frame has it.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileHDR10PlusStats{
applicationVersion: integer() | nil,
averageTargetedSystemDisplayMaximumLuminance: float() | nil,
masteringDisplayActualPeakLuminanceFlag: boolean() | nil,
maxNumWindows: integer() | nil,
targetedSystemDisplayActualPeakLuminanceFlag: boolean() | nil
}

Function

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

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