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

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

Display static overlay object.

Instance Attribute Summary collapse

Instance Attribute Details

#start_time_offset::Google::Protobuf::Duration

Returns The time to start displaying the overlay object, in seconds. Default: 0.

Returns:



459
460
461
462
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 459

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

#xy::Google::Cloud::Video::Transcoder::V1beta1::Overlay::NormalizedCoordinate

Returns Normalized coordinates based on output video resolution. Valid values: 0.01.0. xy is the upper-left coordinate of the overlay object. For example, use the x and y coordinates {0,0} to position the top-left corner of the overlay animation in the top-left corner of the output video.

Returns:



459
460
461
462
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 459

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