Class Overlay.Types.AnimationEnd (2.1.0)

public sealed class AnimationEnd : IMessage<Overlay.Types.AnimationEnd>, IEquatable<Overlay.Types.AnimationEnd>, IDeepCloneable<Overlay.Types.AnimationEnd>, IBufferMessage, IMessage

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.

Inheritance

Object > Overlay.Types.AnimationEnd

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

AnimationEnd()

public AnimationEnd()

AnimationEnd(Overlay.Types.AnimationEnd)

public AnimationEnd(Overlay.Types.AnimationEnd other)
Parameter
NameDescription
otherOverlay.Types.AnimationEnd

Properties

StartTimeOffset

public Duration StartTimeOffset { get; set; }

The time to end overlay object, in seconds. Default: 0

Property Value
TypeDescription
Duration