次の方法で共有


Hls.FragmentsPerTsSegment プロパティ

定義

ライブ イベントの出力内のHTTP ライブ ストリーミング (HLS) TS セグメント内のフラグメントの数を取得または設定します。 この値は、HLS CMAF 出力のパッキング比率には影響しません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象