Share via


ReverbEffectDefinition.LowEQGain Property

Definition

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.

Applies to