java.lang.Object javax.sound.sampled.Control javax.sound.sampled.BooleanControl
MUTE
protected BooleanControl(BooleanControl.Type type, boolean initialValue)
protected BooleanControl(BooleanControl.Type type, boolean initialValue, String trueStateLabel, String falseStateLabel)
public String getStateLabel(boolean state)
public boolean getValue()
public void setValue(boolean value)
public String toString()