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."],[[["This documentation page covers the `Overlay.Types.AnimationStatic` class within the Google Cloud Transcoder v1 API, focusing on static overlay objects."],["The class `Overlay.Types.AnimationStatic` is designed to display a static overlay in video, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Overlay.Types.AnimationStatic` offers two constructors, a default constructor and a constructor that accepts another `AnimationStatic` object for parameter definition."],["Key properties of `Overlay.Types.AnimationStatic` include `StartTimeOffset`, which determines when the overlay begins, and `Xy`, which uses normalized coordinates to define the overlay's position."],["The namespace is `Google.Cloud.Video.Transcoder.V1`, and it includes the inherited members such as `GetHashCode()`, `GetType()` and `ToString()` from the `object` class."]]],[]]