public sealed class Overlay.Types.AnimationStatic : IMessage<Overlay.Types.AnimationStatic>, IEquatable<Overlay.Types.AnimationStatic>, IDeepCloneable<Overlay.Types.AnimationStatic>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.AnimationStatic.
public Overlay.Types.NormalizedCoordinate Xy { get; set; }
Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output 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."],[[["The `Overlay.Types.AnimationStatic` class is part of the Google Cloud Transcoder v1 API and is used to display static overlay objects in videos."],["This class provides functionality for setting the start time (`StartTimeOffset`) and position (`Xy`) of the static overlay in the output video."],["There are several versions of the `Overlay.Types.AnimationStatic` documentation available, ranging from version 1.0.0 to the latest 2.9.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for versatile object handling."],["`AnimationStatic` has two constructors available: one to initialize the object and another to create a new instance based on an existing `AnimationStatic` object."]]],[]]