public sealed class Overlay.Types.AnimationStatic : IMessage<Overlay.Types.AnimationStatic>, IEquatable<Overlay.Types.AnimationStatic>, IDeepCloneable<Overlay.Types.AnimationStatic>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.AnimationStatic.
Display static overlay object.
Implements
IMessageOverlayTypesAnimationStatic, IEquatableOverlayTypesAnimationStatic, IDeepCloneableOverlayTypesAnimationStatic, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
AnimationStatic()
public AnimationStatic()
AnimationStatic(AnimationStatic)
public AnimationStatic(Overlay.Types.AnimationStatic other)
Parameter | |
---|---|
Name | Description |
other | OverlayTypesAnimationStatic |
Properties
StartTimeOffset
public Duration StartTimeOffset { get; set; }
The time to start displaying the overlay object, in seconds. Default: 0
Property Value | |
---|---|
Type | Description |
Duration |
Xy
public Overlay.Types.NormalizedCoordinate Xy { get; set; }
Normalized coordinates based on output video resolution. Valid
values: 0.0
–1.0
. xy
is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
Property Value | |
---|---|
Type | Description |
OverlayTypesNormalizedCoordinate |