Show / Hide Table of Contents

Class AnimationStatic

Display static overlay object.

Inheritance
object
AnimationStatic
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class AnimationStatic : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartTimeOffset

The time to start displaying the overlay object, in seconds. Default: 0

Declaration
[JsonProperty("startTimeOffset")]
public virtual object StartTimeOffset { get; set; }
Property Value
Type Description
object

Xy

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.

Declaration
[JsonProperty("xy")]
public virtual NormalizedCoordinate Xy { get; set; }
Property Value
Type Description
NormalizedCoordinate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX