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.
Note: The following fields are mutually exclusive: animation_end, animation_static, animation_fade. If a field in that set is populated, all other fields in the set will automatically be cleared.
623 624 625 626 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 623 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.
Note: The following fields are mutually exclusive: animation_fade, animation_static, animation_end. If a field in that set is populated, all other fields in the set will automatically be cleared.
623 624 625 626 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 623 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.
Note: The following fields are mutually exclusive: animation_static, animation_fade, animation_end. If a field in that set is populated, all other fields in the set will automatically be cleared.
623 624 625 626 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 623 class Animation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |