- java.lang.Object
-
- javax.sound.sampled.Control.Type
-
- javax.sound.sampled.CompoundControl.Type
-
- Enclosing class:
- CompoundControl
public static class CompoundControl.Type extends Control.Type
CompoundControl.Type
内部类的实例标识一种复合控件。 为常用类型提供静态实例。- 从以下版本开始:
- 1.3
-
-
构造方法详细信息
-
Type
protected Type(String name)
构建新的复合控制类型。- 参数
-
name
- 新复合控制类型的名称
-
-