com.groovemanager.sampled.fx.control
Class BypassControl.Type

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.BooleanControl.Type
          extended by com.groovemanager.sampled.fx.control.BypassControl.Type
Enclosing class:
BypassControl

public static class BypassControl.Type
extends javax.sound.sampled.BooleanControl.Type


Field Summary
static BypassControl.Type BYPASS
           
 
Fields inherited from class javax.sound.sampled.BooleanControl.Type
APPLY_REVERB, MUTE
 
Constructor Summary
protected BypassControl.Type()
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BYPASS

public static final BypassControl.Type BYPASS
Constructor Detail

BypassControl.Type

protected BypassControl.Type()