다음을 통해 공유


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

낮은 이퀄라이제이션 게인 값입니다.

적용 대상