ReverbEffectDefinition.HighEQGain Property

Definition

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.

Applies to