VideoAudioStream

GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream


Table of Contents ▼

Jump to a specific part of the page:

Description

Next tag: 10

Attributes List

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

View Attributes

Attributes

  1. bitrate (type: String.t, default: nil)
    - Audio bitrate in bits/s.
  2. channels (type: integer(), default: nil)
    - Number of audio channels.
  3. codecId (type: integer(), default: nil)
    - Audio codec ID. Uses the numeric value corresponding to the CodecId enum object, in order to avoid the dependency on vsi/videostreaminfo.proto. http://cs/symbol:CodecId f:google3/video/vidproc/vsi/videostreaminfo.proto
  4. contentType (type: String.t, default: nil)
    - Content type of the stream. Only populated with valid "acont" xtag values at the moment. Supported acont xtag values can be found in google3/video/storage/common/xtag_validation.cc. Examples: "original", "dubbed", "descriptive", "commentary", etc.
  5. language (type: String.t, default: nil)
    - Language, examples: "eng", "en", "enG", etc.
  6. lengthSec (type: float(), default: nil)
    - Audio length, in seconds. 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.
  7. loudness1770Lkfs (type: number(), default: nil)
    -
  8. sampleRate (type: String.t, default: nil)
    - Audio sample rate.
  9. streamIndex (type: String.t, default: nil)
    - Index of the stream in the file, 0-based.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream{
bitrate: String.t() | nil,
channels: integer() | nil,
codecId: integer() | nil,
contentType: String.t() | nil,
language: String.t() | nil,
lengthSec: float() | nil,
loudness1770Lkfs: number() | nil,
sampleRate: String.t() | nil,
streamIndex: String.t() | nil
}

Function

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

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