VideoMediaOverviewAudioOverview

GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewAudioOverview


Table of Contents ▼

Jump to a specific part of the page:

Description

Audio stream description with no PII.

Attributes List

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

View Attributes

Attributes

  1. channels (type: integer(), default: nil)
    - Number of audio channels.
  2. contentType (type: String.t, default: nil)
    - Content type of the audio track extracted from VSI. This is only populated with valid "acont" xtag values at the moment, i.e., if VSI reports an invalid string, we ignore it. Supported acont xtag values can be found in google3/video/storage/common/xtag_validation.cc. Examples: "original", "dubbed", "descriptive", "commentary", etc.
  3. language (type: String.t, default: nil)
    - Language of the audio track extracted from VSI. Populated if it's deemed a valid code by ISO639-2b, ISO639-2t or III library.
  4. loudness1770Lkfs (type: float(), default: nil)
    -
  5. roundedUpOriginalDurationSec (type: integer(), default: nil)
    - Approximate audio length, has the same caveats as its video equivalent.
  6. spatialAudioMode (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewAudioOverview{
channels: integer() | nil,
contentType: String.t() | nil,
language: String.t() | nil,
loudness1770Lkfs: float() | nil,
roundedUpOriginalDurationSec: integer() | nil,
spatialAudioMode: String.t() | nil
}

Function

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

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