GoogleApi.Transcoder.V1beta1.Model.EditAtom (google_api_transcoder v0.2.0) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.