VideoVideoStreamInfoTimedTextStream

GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoTimedTextStream


Table of Contents ▼

Jump to a specific part of the page:

Description

Timed text streams refer to the streams that are separated from audio and video streams. Closed caption streams embedded in video streams (e.g. MPEG-2 - Line 21) do not belong here.

Attributes List

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

View Attributes

Attributes

  1. codecId (type: String.t, default: nil)
    - Codec information.
  2. metadata (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo), default: nil)
    - Metadata for the stream.
  3. streamCodecTag (type: String.t, default: nil)
    -
  4. streamIndex (type: String.t, default: nil)
    - Index of the stream in the file. it is 0 based.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoTimedTextStream{
codecId: String.t() | nil,
metadata: [GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo.t()] | nil,
streamCodecTag: String.t() | nil,
streamIndex: String.t() | nil
}

Function

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

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