VideoVideoStreamInfoDataStream

GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoDataStream


Table of Contents ▼

Jump to a specific part of the page:

Description

Data streams refer to additional data separate from audio and video streams For example: camera motion metadata (see http://go/wally-format) Available tags: 4+

Attributes List

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

View Attributes

Attributes

  1. codecFourcc (type: String.t, default: nil)
    -
  2. codecId (type: String.t, default: nil)
    - Codec information
  3. streamCodecTag (type: String.t, default: nil)
    -
  4. streamIndex (type: String.t, default: nil)
    - Index of the stream in the file

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoDataStream{
codecFourcc: String.t() | nil,
codecId: String.t() | nil,
streamCodecTag: String.t() | nil,
streamIndex: String.t() | nil
}

Function

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

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