ReverbEffectDefinition.ReflectionsGain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the reflections gain included in the reverberation effect definition.
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
Property Value
Double
double
The reflections gain value.