Uses of Class
javax.sound.sampled.Control.Type
 
   -  
      
Packages that use Control.Type 软件包 描述 javax.sound.sampled 提供用于捕获,处理和回放采样音频数据的接口和类。 -  
      
-  
        
Uses of Control.Type in javax.sound.sampled
Subclasses of Control.Type in javax.sound.sampled 变量和类型 类 描述 static classBooleanControl.TypeBooleanControl.Type类的实例标识一种布尔控件。static classCompoundControl.TypeCompoundControl.Type内部类的实例标识一种复合控件。static classEnumControl.TypeEnumControl.Type内部类的实例标识一种枚举控件。static classFloatControl.TypeFloatControl.Type内部类的实例标识一种浮点控件。Methods in javax.sound.sampled that return Control.Type 变量和类型 方法 描述 Control.TypeControl. getType()获得控件的类型。Methods in javax.sound.sampled with parameters of type Control.Type 变量和类型 方法 描述 ControlLine. getControl(Control.Type control)获得指定类型的控件(如果有)。booleanLine. isControlSupported(Control.Type control)指示该行是否支持指定类型的控件。Constructors in javax.sound.sampled with parameters of type Control.Type 构造器 描述 Control(Control.Type type)构造具有指定类型的控件。 
 -