Class: Google::Cloud::Video::Transcoder::V1::Overlay::Animation
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::Overlay::Animation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Animation types.
Instance Attribute Summary collapse
-
#animation_end ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationEnd
End previous animation.
-
#animation_fade ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationFade
Display overlay object with fade animation.
-
#animation_static ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationStatic
Display static overlay object.
Instance Attribute Details
#animation_end ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationEnd
Returns End previous animation.
603 604 605 606 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 603 class Animation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#animation_fade ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationFade
Returns Display overlay object with fade animation.
603 604 605 606 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 603 class Animation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#animation_static ⇒ ::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationStatic
Returns Display static overlay object.
603 604 605 606 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 603 class Animation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |