javax.sound.sampled
类 EnumControl.Type
java.lang.Object
  
javax.sound.sampled.Control.Type
      
javax.sound.sampled.EnumControl.Type
- 正在封闭类:
 - EnumControl
 
public static class EnumControl.Type
- extends Control.Type
 
EnumControl.Type 内部类的实例标识了某种枚举控件。静态实例是为常见类型提供的。
- 从以下版本开始:
 
- 1.3
 
- 另请参见:
 EnumControl
 
 
 
 
 
REVERB
public static final EnumControl.Type REVERB
- 表示对一组可能的回响设置的控件。每个回响设置都是通过 
ReverbType 类的一个实例描述的。(要访问这些设置,可对类型 REVERB 的枚举控件调用 EnumControl.getValues()。)
 
EnumControl.Type
protected EnumControl.Type(String name)
- 构造一个新的枚举控件类型。
- 参数:
 name - 新枚举控件类型的名称
 
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。