class Google::Apis::TranscoderV1beta1::Animation
Animation
types.
Attributes
animation_end[RW]
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. Corresponds to the JSON property `animationEnd` @return [Google::Apis::TranscoderV1beta1::AnimationEnd]
animation_fade[RW]
Display overlay object with fade animation. Corresponds to the JSON property `animationFade` @return [Google::Apis::TranscoderV1beta1::AnimationFade]
animation_static[RW]
Display static overlay object. Corresponds to the JSON property `animationStatic` @return [Google::Apis::TranscoderV1beta1::AnimationStatic]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 86 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 91 def update!(**args) @animation_end = args[:animation_end] if args.key?(:animation_end) @animation_fade = args[:animation_fade] if args.key?(:animation_fade) @animation_static = args[:animation_static] if args.key?(:animation_static) end