public sealed class Animation : IMessage<Overlay.Types.Animation>, IEquatable<Overlay.Types.Animation>, IDeepCloneable<Overlay.Types.Animation>, IBufferMessage, IMessage
Animation types.
Implements
IMessage<Overlay.Types.Animation>, IEquatable<Overlay.Types.Animation>, IDeepCloneable<Overlay.Types.Animation>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Animation()
public Animation()
Animation(Overlay.Types.Animation)
public Animation(Overlay.Types.Animation other)
Parameter | |
---|---|
Name | Description |
other | Overlay.Types.Animation |
Properties
AnimationEnd
public Overlay.Types.AnimationEnd AnimationEnd { get; set; }
End previous animation.
Property Value | |
---|---|
Type | Description |
Overlay.Types.AnimationEnd |
AnimationFade
public Overlay.Types.AnimationFade AnimationFade { get; set; }
Display overlay object with fade animation.
Property Value | |
---|---|
Type | Description |
Overlay.Types.AnimationFade |
AnimationStatic
public Overlay.Types.AnimationStatic AnimationStatic { get; set; }
Display static overlay object.
Property Value | |
---|---|
Type | Description |
Overlay.Types.AnimationStatic |
AnimationTypeCase
public Overlay.Types.Animation.AnimationTypeOneofCase AnimationTypeCase { get; }
Property Value | |
---|---|
Type | Description |
Overlay.Types.Animation.AnimationTypeOneofCase |