Overlay.End Property

Definition

Gets or sets the end position, with reference to the input video, at which the overlay ends. The value should be in ISO 8601 format. For example, PT30S to end the overlay at 30 seconds into the input video. If not specified or the value is greater than the input video duration, the overlay will be applied until the end of the input video if the overlay media duration is greater than the input video duration, else the overlay will last as long as the overlay media duration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to