org.tritonus.sampled.mixer.esd
Class EsdSourceDataLine.EsdSourceDataLineMuteControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.BooleanControl
          extended by org.tritonus.sampled.mixer.esd.EsdSourceDataLine.EsdSourceDataLineMuteControl
Enclosing class:
EsdSourceDataLine

public class EsdSourceDataLine.EsdSourceDataLineMuteControl
extends BooleanControl


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.BooleanControl
BooleanControl.Type
 
Method Summary
 void setValue(boolean bMuted)
           
 
Methods inherited from class javax.sound.sampled.BooleanControl
getStateLabel, getValue, 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(boolean bMuted)
Overrides:
setValue in class BooleanControl