Transcoder v1 API - Class Overlay (2.5.0)

public sealed class Overlay : IMessage<Overlay>, IEquatable<Overlay>, IDeepCloneable<Overlay>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class Overlay.

Overlay configuration.

Inheritance

object > Overlay

Namespace

GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Overlay()

public Overlay()

Overlay(Overlay)

public Overlay(Overlay other)
Parameter
NameDescription
otherOverlay

Properties

Animations

public RepeatedField<Overlay.Types.Animation> Animations { get; }

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

Property Value
TypeDescription
RepeatedFieldOverlayTypesAnimation

Image

public Overlay.Types.Image Image { get; set; }

Image overlay.

Property Value
TypeDescription
OverlayTypesImage