GoogleApi.Transcoder.V1beta1.Model.Overlay (google_api_transcoder v0.2.0) View Source
Overlay configuration.
Attributes
-
animations
(type:list(GoogleApi.Transcoder.V1beta1.Model.Animation.t)
, default:nil
) - List of Animations. The list should be chronological, without any time overlap. -
image
(type:GoogleApi.Transcoder.V1beta1.Model.Image.t
, default:nil
) - Image overlay.
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.Overlay{ animations: [GoogleApi.Transcoder.V1beta1.Model.Animation.t()] | nil, image: GoogleApi.Transcoder.V1beta1.Model.Image.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.