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

Image.Range 属性

定义

获取或设置相对于转换预设开始时间在输入视频中停止生成缩略图的位置。 该值可以是 ISO 8601 格式(例如,PT5M30S 表示从开始时间起 5 分 30 秒停止),也可以是帧计数(例如,300 表示在开始时间帧的第 300 帧停止。如果该值为 1,则表示在开始时间处仅生成一个缩略图),或者是相对于流持续时间的相对值(例如,50% 表示从开始时间起的流持续时间的一半处停止)。 默认值是 100%,这表示在流的末尾处停止。

[Newtonsoft.Json.JsonProperty(PropertyName="range")]
public string Range { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="range")>]
member this.Range : string with get, set
Public Property Range As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于