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

View Source

Overlay configuration.

Attributes

  • animations (type: list(GoogleApi.Transcoder.V1.Model.Animation.t), default: nil) - List of animations. The list should be chronological, without any time overlap.
  • image (type: GoogleApi.Transcoder.V1.Model.Image.t, default: nil) - Image overlay.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.Overlay{
  animations: [GoogleApi.Transcoder.V1.Model.Animation.t()] | nil,
  image: GoogleApi.Transcoder.V1.Model.Image.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.