javax.sound.sampled
Class EnumControl.Type

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.EnumControl.Type
Enclosing class:
EnumControl

public static class EnumControl.Type
extends Control.Type

This Type describes an EnumControl.

Since:
1.3

Field Summary
static EnumControl.Type REVERB
          This describes an enum control used for reverb.
 
Constructor Summary
protected EnumControl.Type(String name)
          Create a new Type given its name.
 
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

REVERB

public static final EnumControl.Type REVERB
This describes an enum control used for reverb.

Constructor Detail

EnumControl.Type

protected EnumControl.Type(String name)
Create a new Type given its name.

Parameters:
name - the name of the type