java.lang.Object
javax.sound.sampled.Control.Type
javax.sound.sampled.CompoundControl.Type
- 含まれているクラス:
- CompoundControl
public static class CompoundControl.Type extends Control.Type
CompoundControl.Type
内部クラスのインスタンスは複合型のコントロールの種類を識別します。- 導入されたバージョン:
- 1.3
-
コンストラクタのサマリー
-
メソッドのサマリー
クラス javax.sound.sampled.Control.Typeで宣言されたメソッド
equals, hashCode, toString
-
コンストラクタの詳細
-
Type
protected Type(String name) 複合型のコントロール・タイプを新しく構築します。- パラメータ:
name
- 新しい複合型のコントロール・タイプの名前
-