共用方式為


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

反映取得值。

適用於