Class Overlay (1.1.0)

Overlay(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Overlay configuration.

Attributes

NameDescription
image google.cloud.video.transcoder_v1beta1.types.Overlay.Image
Image overlay.
animations Sequence[google.cloud.video.transcoder_v1beta1.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.

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.

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}