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

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::Google::Cloud::Video::Transcoder::V1::Overlay::AnimationFade)

    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.

Returns:



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