Overlay(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Overlay configuration.
Attributes | |
---|---|
Name | Description |
image |
google.cloud.video.transcoder_v1.types.Overlay.Image
Image overlay. |
animations |
MutableSequence[google.cloud.video.transcoder_v1.types.Overlay.Animation]
List of Animations. The list should be chronological, without any time overlap. |
Classes
Animation
Animation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Animation types.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
AnimationEnd
AnimationEnd(mapping=None, *, ignore_unknown_fields=False, **kwargs)
End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.
AnimationFade
AnimationFade(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Display overlay object with fade animation.
AnimationStatic
AnimationStatic(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Display static overlay object.
FadeType
FadeType(value)
Fade type for the overlay: FADE_IN
or FADE_OUT
.
Values: FADE_TYPE_UNSPECIFIED (0): The fade type is not specified. FADE_IN (1): Fade the overlay object into view. FADE_OUT (2): Fade the overlay object out of view.
Image
Image(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Overlaid jpeg image.
NormalizedCoordinate
NormalizedCoordinate(mapping=None, *, ignore_unknown_fields=False, **kwargs)
2D normalized coordinates. Default: {0.0, 0.0}