次の方法で共有


LiveEventInput.KeyFrameIntervalDuration プロパティ

定義

入力のキー フレーム間隔期間の ISO 8601 時間を取得または設定します。 この値は、HLS 出力の EXT-X-TARGETDURATION プロパティを設定します。 たとえば、PT2S を使用して 2 秒を示します。 ライブ イベントをエンコードする場合は、値を空のままにします。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象