Overlay.FadeOutDuration プロパティ

定義

入力ビデオからオーバーレイがフェードアウトする期間を取得または設定します。 値は ISO 8601 期間形式である必要があります。 指定しない場合、既定の動作ではフェードアウトは行われません (PT0S と同じです)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象