class Google::Apis::TranscoderV1beta1::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::TranscoderV1beta1::NormalizedCoordinate]

Public Class Methods

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