public sealed class 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `Overlay.Types.AnimationEnd` class within the Google Cloud Video Transcoder v1 API, used to manage the ending of overlay animations in videos."],["The `AnimationEnd` class provides the functionality to terminate a video overlay animation, ensuring the overlay object does not persist indefinitely."],["This API has multiple versions listed, from 1.0.0 up to the latest 2.9.0, which you can utilize to access the `Overlay.Types.AnimationEnd` class."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various methods for object interaction."],["The `StartTimeOffset` property, which is a `Duration`, determines the exact time in seconds when the overlay object animation should end, with a default value of 0 if not set."]]],[]]