public sealed class Overlay.Types.AnimationEnd : IMessage<Overlay.Types.AnimationEnd>, IEquatable<Overlay.Types.AnimationEnd>, IDeepCloneable<Overlay.Types.AnimationEnd>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.AnimationEnd.
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.
Implements
IMessageOverlayTypesAnimationEnd, IEquatableOverlayTypesAnimationEnd, IDeepCloneableOverlayTypesAnimationEnd, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
AnimationEnd()
public AnimationEnd()
AnimationEnd(AnimationEnd)
public AnimationEnd(Overlay.Types.AnimationEnd other)
Parameter | |
---|---|
Name | Description |
other | OverlayTypesAnimationEnd |
Properties
StartTimeOffset
public Duration StartTimeOffset { get; set; }
The time to end overlay object, in seconds. Default: 0
Property Value | |
---|---|
Type | Description |
Duration |