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.
[[["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 page provides documentation for the `Overlay.Types.AnimationEnd` class within the Google Cloud Transcoder v1 API, specifically for .NET."],["`AnimationEnd` is used to terminate an overlay animation in a video, and if not specified, the overlay will persist until the end of the video."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnimationEnd` class has a property called `StartTimeOffset`, which defines when the overlay animation should end in seconds, defaulting to 0."],["This documentation provides links to previous versions of the API, including a link to the most recent release."]]],[]]