- java.lang.Object
-
- javax.sound.sampled.Control.Type
-
- javax.sound.sampled.EnumControl.Type
-
- Enclosing class:
- EnumControl
public static class EnumControl.Type extends Control.Type
EnumControl.Type
内部类的实例标识一种枚举控件。 为常见类型提供静态实例。- 从以下版本开始:
- 1.3
- 另请参见:
-
EnumControl
-
-
字段详细信息
-
REVERB
public static final EnumControl.Type REVERB
-
-
构造方法详细信息
-
Type
protected Type(String name)
构造一个新的枚举控件类型。- 参数
-
name
- 新枚举控件类型的名称
-
-