public sealed class Overlay : IMessage<Overlay>, IEquatable<Overlay>, IDeepCloneable<Overlay>, IBufferMessage, IMessageOverlay configuration.
Implements
IMessage<Overlay>, IEquatable<Overlay>, IDeepCloneable<Overlay>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Overlay()
public Overlay()Overlay(Overlay)
public Overlay(Overlay other)| Parameter | |
|---|---|
| Name | Description |
other |
Overlay |
Properties
Animations
public RepeatedField<Overlay.Types.Animation> Animations { get; }List of Animations. The list should be chronological, without any time overlap.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Overlay.Types.Animation> |
|
Image
public Overlay.Types.Image Image { get; set; }Image overlay.
| Property Value | |
|---|---|
| Type | Description |
Overlay.Types.Image |
|