EqualizerBand

class EqualizerBand(val delegate: EqualizerBand) extends SFXDelegate[EqualizerBand]
Companion
object
trait SFXDelegate[EqualizerBand]
class Object
trait Matchable
class Any

Value members

Constructors

def this(centerFrequency: Double, bandwidth: Double, gain: Double)

Custom EqualizerBand constructor.

Custom EqualizerBand constructor.

Concrete methods

Bandwidth of the band in Hertz.

Bandwidth of the band in Hertz.

def bandwidth_=(v: Double): Unit

Center frequency of the band in Hertz.

Center frequency of the band in Hertz.

def centerFrequency_=(v: Double): Unit

The gain to be applied to the frequencies of this band.

The gain to be applied to the frequencies of this band.

def gain_=(v: Double): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: EqualizerBand