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

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

Animation types.

Instance Attribute Summary collapse

Instance Attribute Details

#animation_end::Google::Cloud::Video::Transcoder::V1beta1::Overlay::AnimationEnd

Returns End previous animation.



508
509
510
511
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 508

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

#animation_fade::Google::Cloud::Video::Transcoder::V1beta1::Overlay::AnimationFade

Returns Display overlay object with fade animation.

Returns:



508
509
510
511
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 508

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

#animation_static::Google::Cloud::Video::Transcoder::V1beta1::Overlay::AnimationStatic

Returns Display static overlay object.

Returns:



508
509
510
511
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 508

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