你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Overlay.Start 属性

定义

获取或设置开始位置,并引用覆盖开始的输入视频。 该值应采用 ISO 8601 格式。 例如,PT05S 在输入视频的 5 秒处开始覆盖。 如果未指定,则覆盖层从输入视频的开头开始。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于