H265VideoLayer.MaxBitrate プロパティ

定義

VBV バッファーのリフィルを想定する最大ビットレート (1 秒あたりのビット数) を取得または設定します。 指定しない場合、既定値はビットレートと同じ値になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象