共用方式為


ReverbEffectDefinition.LowEQGain 屬性

定義

取得或設定殘響效果定義中包含的低等號比較增益。

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

屬性值

Byte

byte

低等等值。

適用於