org.tritonus.sampled.mixer.alsa
Class AlsaBaseDataLine.AlsaBaseDataLineGainControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.FloatControl
          extended by org.tritonus.sampled.mixer.alsa.AlsaBaseDataLine.AlsaBaseDataLineGainControl
Enclosing class:
AlsaBaseDataLine

public class AlsaBaseDataLine.AlsaBaseDataLineGainControl
extends FloatControl


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.FloatControl
FloatControl.Type
 
Method Summary
 void setValue(float fGain)
          Set the value of the control.
 
Methods inherited from class javax.sound.sampled.FloatControl
getMaximum, getMaxLabel, getMidLabel, getMinimum, getMinLabel, getPrecision, getUnits, getUpdatePeriod, getValue, shift, toString
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setValue

public void setValue(float fGain)
Description copied from class: FloatControl
Set the value of the control. If subclasses need to override this method, super.setValue() should be called at the beginning of the overriding implementation.

Overrides:
setValue in class FloatControl