Function AudioEffectLimiter.thresholdDb

Threshold from which the limiter begins to be active, in decibels. Value can range from -30 to 0.

double thresholdDb() nothrow @property @nogc;

void thresholdDb (
  double v
) nothrow @property @nogc;