Show / Hide Table of Contents

Class Overlay

Overlay configuration.

Inheritance
object
Overlay
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 Overlay : IDirectResponseSchema

Properties

Animations

List of animations. The list should be chronological, without any time overlap.

Declaration
[JsonProperty("animations")]
public virtual IList<Animation> Animations { get; set; }
Property Value
Type Description
IList<Animation>

ETag

The ETag of the item.

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

Image

Image overlay.

Declaration
[JsonProperty("image")]
public virtual Image Image { get; set; }
Property Value
Type Description
Image

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX