Overlay.FadeInDuration Property

Definition

Gets or sets the duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).

[Newtonsoft.Json.JsonProperty(PropertyName="fadeInDuration")]
public TimeSpan? FadeInDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fadeInDuration")>]
member this.FadeInDuration : Nullable<TimeSpan> with get, set
Public Property FadeInDuration As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to