GoogleApi.ContentWarehouse.V1.Model.VideoFileHDR10PlusStats
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Stats on HDR10+ (SMPTE 2094-40:2016 standard) over video frames.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
applicationVersion
(type:integer()
, default:nil
)
- Application version is set to max version over all frames. -
averageTargetedSystemDisplayMaximumLuminance
(type:float()
, default:nil
)
- The average of the nominal maximum display luminance of the targeted system display over all frames. -
masteringDisplayActualPeakLuminanceFlag
(type:boolean()
, default:nil
)
- This flag is set if any frame has it. -
maxNumWindows
(type:integer()
, default:nil
)
- -
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
}
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