View Source GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoDataStream (google_api_content_warehouse v0.4.0)

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.