java.lang.Object
javax.sound.sampled.Control.Type
javax.sound.sampled.EnumControl.Type
- 封装类:
-
EnumControl
EnumControl.Type
内部类的一个实例标识一种枚举控件。为常见类型提供了静态实例。
- 自从:
- 1.3
- 参见:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods declared in class javax.sound.sampled.Control.Type
equals, hashCode, toString
-
Field Details
-
REVERB
-
-
Constructor Details
-
Type
构造一个新的枚举控件类型。- 参数:
-
name
- 新枚举控件类型的名称
-