class Google::Apis::TranscoderV1beta1::AnimationEnd

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.

Attributes

start_time_offset[RW]

The time to end overlay object, in seconds. Default: 0 Corresponds to the JSON property `startTimeOffset` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 109
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 114
def update!(**args)
  @start_time_offset = args[:start_time_offset] if args.key?(:start_time_offset)
end