GoogleApi.Transcoder.V1beta1.Model.EditAtom (google_api_transcoder v0.4.2)

View Source

Edit atom.

Attributes

  • endTimeOffset (type: String.t, default: nil) - End time in seconds for the atom, relative to the input file timeline. When end_time_offset is not specified, the inputs are used until the end of the atom.
  • inputs (type: list(String.t), default: nil) - List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.
  • key (type: String.t, default: nil) - A unique key for this atom. Must be specified when using advanced mapping.
  • startTimeOffset (type: String.t, default: nil) - Start time in seconds for the atom, relative to the input file timeline. The default is 0s.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.EditAtom{
  endTimeOffset: String.t() | nil,
  inputs: [String.t()] | nil,
  key: String.t() | nil,
  startTimeOffset: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.