AbsoluteClipTime.Time Property

Definition

Gets or sets the time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to