public sealed class AnimationEnd : IMessage<Overlay.Types.AnimationEnd>, IEquatable<Overlay.Types.AnimationEnd>, IDeepCloneable<Overlay.Types.AnimationEnd>, IBufferMessage, IMessageEnd previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.
Implements
IMessage<Overlay.Types.AnimationEnd>, IEquatable<Overlay.Types.AnimationEnd>, IDeepCloneable<Overlay.Types.AnimationEnd>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
AnimationEnd()
public AnimationEnd()AnimationEnd(Overlay.Types.AnimationEnd)
public AnimationEnd(Overlay.Types.AnimationEnd other)| Parameter | |
|---|---|
| Name | Description |
other |
Overlay.Types.AnimationEnd |
Properties
StartTimeOffset
public Duration StartTimeOffset { get; set; }The time to end overlay object, in seconds. Default: 0
| Property Value | |
|---|---|
| Type | Description |
Duration |
|