JavaTM 2 Platform
Standard Ed. 6

类 javax.sound.sampled.Control.Type
的使用

使用 Control.Type 的软件包
javax.sound.sampled 提供用于捕获、处理和回放取样的音频数据的接口和类。 
 

javax.sound.sampledControl.Type 的使用
 

javax.sound.sampledControl.Type 的子类
static class BooleanControl.Type
          BooleanControl.Type 类的实例标识一种 boolean 控件。
static class CompoundControl.Type
          CompoundControl.Type 内部类的实例标识一种组合控件。
static class EnumControl.Type
          EnumControl.Type 内部类的实例标识了某种枚举控件。
static class FloatControl.Type
          FloatControl.Type 内部类的实例标识了某种 float 控件。
 

返回 Control.Typejavax.sound.sampled 中的方法
 Control.Type Control.getType()
          获得控件的类型。
 

参数类型为 Control.Typejavax.sound.sampled 中的方法
 Control Line.getControl(Control.Type control)
          获得指定类型的控件,如果有的话。
 boolean Line.isControlSupported(Control.Type control)
          指示该行是否支持特定类型的控件。
 

参数类型为 Control.Typejavax.sound.sampled 中的构造方法
Control(Control.Type type)
          构造具有指定类型的控件。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only