addGain

abstract fun addGain(deltaGain: Int)

Add deltaGain to the current gain

Parameters

deltaGain

the amount of gain to add to the current gain (can be also negative)

See also