VideoMediaOverviewVideoOverview

GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewVideoOverview


Table of Contents ▼

Jump to a specific part of the page:

Description

Video stream description with no PII.

Attributes List

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

View Attributes

Attributes

  1. aspectRatio (type: String.t, default: nil)
    -
  2. averageFps (type: float(), default: nil)
    - Prefer average_fps to match the logic used in transcoder for format profile frame rate checks. First added for Photos, see b/165839654.
  3. codecId (type: integer(), default: nil)
    -
  4. colorDynamicRange (type: String.t, default: nil)
    -
  5. fps (type: float(), default: nil)
    -
  6. height (type: integer(), default: nil)
    -
  7. resolution (type: String.t, default: nil)
    -
  8. roundedUpOriginalDurationSec (type: integer(), default: nil)
    - Approximate video length. Data is rounded up to the next second, to avoid being PII. (Long ago, YTFE set a precedent of rounding up durations, rather than rounding to the closest second.) This value is derived from metadata in the source video, and often differs from the actual duration of any given transcode. In videos without valid timestamps, this value is not calculable, and is reported as zero. Prefer the value from MediaInfo::VideoStream over this value, which was added to resolve b/202864365.
  9. videoHasClosedCaptions (type: boolean(), default: nil)
    -
  10. width (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewVideoOverview{
aspectRatio: String.t() | nil,
averageFps: float() | nil,
codecId: integer() | nil,
colorDynamicRange: String.t() | nil,
fps: float() | nil,
height: integer() | nil,
resolution: String.t() | nil,
roundedUpOriginalDurationSec: integer() | nil,
videoHasClosedCaptions: boolean() | nil,
width: integer() | nil
}

Function

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

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