- 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
- 新复合控件类型的名称
-
-