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

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 overlay object with fade animation.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_offset::Google::Protobuf::Duration

Returns The time to end the fade animation, in seconds. Default: start_time_offset + 1s.

Returns:



482
483
484
485
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 482

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

#fade_type::Google::Cloud::Video::Transcoder::V1beta1::Overlay::FadeType

Returns Required. Type of fade animation: FADE_IN or FADE_OUT.

Returns:



482
483
484
485
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 482

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

#start_time_offset::Google::Protobuf::Duration

Returns The time to start the fade animation, in seconds. Default: 0.

Returns:



482
483
484
485
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 482

class AnimationFade
  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:



482
483
484
485
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 482

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