GoogleApi.Transcoder.V1.Model.Overlay (google_api_transcoder v0.4.2)
View SourceOverlay 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
@type t() :: %GoogleApi.Transcoder.V1.Model.Overlay{ animations: [GoogleApi.Transcoder.V1.Model.Animation.t()] | nil, image: GoogleApi.Transcoder.V1.Model.Image.t() | nil }