Overlay.AudioGainLevel プロパティ

定義

オーバーレイ内のオーディオのゲイン レベルを取得または設定します。 値は [0, 1.0] の範囲内である必要があります。 既定値は 1.0 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象