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

Video.KeyFrameInterval 属性

定义

获取或设置两个关键帧之间的距离。 该值应在以 ISO 8601 格式指定的 [0.5, 20] 秒范围内为非零。 PT2S) (默认值为 2 秒。 请注意,如果设置了 VideoSyncMode.Passthrough,则忽略此设置,其中 KeyFrameInterval 值将跟随输入源设置。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于