Class AnimationFade
Display overlay object with fade animation.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class AnimationFade : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTimeOffset
The time to end the fade animation, in seconds. Default: start_time_offset
+ 1s
Declaration
[JsonProperty("endTimeOffset")]
public virtual object EndTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
FadeType
Required. Type of fade animation: FADE_IN
or FADE_OUT
.
Declaration
[JsonProperty("fadeType")]
public virtual string FadeType { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTimeOffset
The time to start the fade animation, in seconds. Default: 0
Declaration
[JsonProperty("startTimeOffset")]
public virtual object StartTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
Xy
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.
Declaration
[JsonProperty("xy")]
public virtual NormalizedCoordinate Xy { get; set; }
Property Value
Type | Description |
---|---|
NormalizedCoordinate |