public sealed class Overlay.Types.Animation : IMessage<Overlay.Types.Animation>, IEquatable<Overlay.Types.Animation>, IDeepCloneable<Overlay.Types.Animation>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.Animation.
Animation types.
Implements
IMessageOverlayTypesAnimation, IEquatableOverlayTypesAnimation, IDeepCloneableOverlayTypesAnimation, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Animation()
public Animation()
Animation(Animation)
public Animation(Overlay.Types.Animation other)
Parameter | |
---|---|
Name | Description |
other | OverlayTypesAnimation |
Properties
AnimationEnd
public Overlay.Types.AnimationEnd AnimationEnd { get; set; }
End previous animation.
Property Value | |
---|---|
Type | Description |
OverlayTypesAnimationEnd |
AnimationFade
public Overlay.Types.AnimationFade AnimationFade { get; set; }
Display overlay object with fade animation.
Property Value | |
---|---|
Type | Description |
OverlayTypesAnimationFade |
AnimationStatic
public Overlay.Types.AnimationStatic AnimationStatic { get; set; }
Display static overlay object.
Property Value | |
---|---|
Type | Description |
OverlayTypesAnimationStatic |
AnimationTypeCase
public Overlay.Types.Animation.AnimationTypeOneofCase AnimationTypeCase { get; }
Property Value | |
---|---|
Type | Description |
OverlayTypesAnimationAnimationTypeOneofCase |