Transcoder v1 API - Class Overlay.Types.AnimationEnd (2.8.0)

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

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

End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.

Inheritance

object > Overlay.Types.AnimationEnd

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

AnimationEnd()

public AnimationEnd()

AnimationEnd(AnimationEnd)

public AnimationEnd(Overlay.Types.AnimationEnd other)
Parameter
NameDescription
otherOverlayTypesAnimationEnd

Properties

StartTimeOffset

public Duration StartTimeOffset { get; set; }

The time to end overlay object, in seconds. Default: 0

Property Value
TypeDescription
Duration