GoogleApi.Transcoder.V1.Model.AnimationEnd (google_api_transcoder v0.4.2)

View Source

End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.

Attributes

  • startTimeOffset (type: String.t, default: nil) - The time to end overlay object, in seconds. Default: 0

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.AnimationEnd{
  startTimeOffset: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.