Class Overlay
Overlay configuration.
Implements
Inherited Members
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 |