Class: Google::Cloud::Video::Transcoder::V1::Overlay::AnimationEnd
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::Overlay::AnimationEnd
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/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
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
The time to end overlay object, in seconds.
Instance Attribute Details
#start_time_offset ⇒ ::Google::Protobuf::Duration
Returns The time to end overlay object, in seconds. Default: 0.
588 589 590 591 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 588 class AnimationEnd include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |