ReverbEffectDefinition.LowEQCutoff Property

Definition

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

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

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

Property Value

Byte

byte

The low equalization cutoff value.

Applies to