ReverbEffectDefinition.ReflectionsGain プロパティ

定義

残響効果の定義に含まれる反射ゲインを取得または設定します。

public:
 property double ReflectionsGain { double get(); void set(double value); };
double ReflectionsGain();

void ReflectionsGain(double value);
public double ReflectionsGain { get; set; }
var double = reverbEffectDefinition.reflectionsGain;
reverbEffectDefinition.reflectionsGain = double;
Public Property ReflectionsGain As Double

プロパティ値

Double

double

反射のゲイン値。

適用対象