Class: Google::Cloud::Video::Transcoder::V1beta1::Overlay::AnimationEnd

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#start_time_offset::Google::Protobuf::Duration

Returns The time to end overlay object, in seconds. Default: 0.

Returns:



493
494
495
496
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 493

class AnimationEnd
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end