Class: Google::Cloud::Video::Transcoder::V1::Overlay::AnimationStatic
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::Overlay::AnimationStatic
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Display static overlay object.
Instance Attribute Summary collapse
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
The time to start displaying the overlay object, in seconds.
-
#xy ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::NormalizedCoordinate
Normalized coordinates based on output video resolution.
Instance Attribute Details
#start_time_offset ⇒ ::Google::Protobuf::Duration
Returns The time to start displaying the overlay object, in seconds. Default: 0.
554 555 556 557 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 554 class AnimationStatic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#xy ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::NormalizedCoordinate
Returns Normalized coordinates based on output video resolution. Valid
values: 0.0
–1.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.
554 555 556 557 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 554 class AnimationStatic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |