ReverbEffectDefinition.HighEQCutoff 属性

定义

获取或设置混响效果定义中包含的高均衡截止。

public:
 property byte HighEQCutoff { byte get(); void set(byte value); };
byte HighEQCutoff();

void HighEQCutoff(byte value);
public byte HighEQCutoff { get; set; }
var byte = reverbEffectDefinition.highEQCutoff;
reverbEffectDefinition.highEQCutoff = byte;
Public Property HighEQCutoff As Byte

属性值

Byte

byte

高均衡截止值。

适用于