JavaTM 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 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策