java.lang.Objectjavax.sound.sampled.Control.Type
javax.sound.sampled.EnumControl.Type
public static class EnumControl.Type
EnumControl.Type 内部类的实例标识了某种枚举控件。静态实例是为常见类型提供的。
EnumControl
| 字段摘要 | |
|---|---|
static EnumControl.Type |
REVERB 表示对一组可能的回响设置的控件。 |
| 构造方法摘要 | |
|---|---|
protected |
EnumControl.Type(String name) 构造一个新的枚举控件类型。 |
| 方法摘要 |
|---|
| 从类 javax.sound.sampled.Control.Type 继承的方法 |
|---|
equals, hashCode, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public static final EnumControl.Type REVERB
ReverbType 类的一个实例描述的。(要访问这些设置,可对类型
REVERB 的枚举控件调用
EnumControl.getValues()。)
| 构造方法详细信息 |
|---|
protected EnumControl.Type(String name)
name - 新枚举控件类型的名称