class Google::Apis::TranscoderV1::AnimationStatic
Display static overlay object.
Attributes
start_time_offset[RW]
The time to start displaying the overlay object, in seconds. Default: 0 Corresponds to the JSON property ‘startTimeOffset` @return [String]
xy[RW]
2D normalized coordinates. Default: “0.0, 0.0“ Corresponds to the JSON property ‘xy` @return [Google::Apis::TranscoderV1::NormalizedCoordinate]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1/classes.rb, line 151 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_v1/classes.rb, line 156 def update!(**args) @start_time_offset = args[:start_time_offset] if args.key?(:start_time_offset) @xy = args[:xy] if args.key?(:xy) end