次の方法で共有


H264Video.SceneChangeDetection プロパティ

定義

エンコーダーがシーンの変更時にキー フレームを挿入するかどうかを取得または設定します。 指定しない場合、既定値は false です。 このフラグは、エンコーダーが 1 つの出力ビデオを生成するように構成されている場合にのみ true に設定する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象