ReverbEffectDefinition.LowEQGain 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 low equalization gain included in the reverberation effect definition.
public:
property byte LowEQGain { byte get(); void set(byte value); };
byte LowEQGain();
void LowEQGain(byte value);
public byte LowEQGain { get; set; }
var byte = reverbEffectDefinition.lowEQGain;
reverbEffectDefinition.lowEQGain = byte;
Public Property LowEQGain As Byte
Property Value
Byte
byte
The low equalization gain value.