ReverbEffectDefinition.HighEQCutoff Property

Definition

Gets or sets the high equalization cutoff included in the reverberation effect definition.

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

Property Value

Byte

byte

The high equalization cutoff value.

Applies to