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