JavaTM 2 Platform
Standard Ed. 6

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

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

javax.sound.sampledBooleanControl.Type 的使用
 

声明为 BooleanControl.Typejavax.sound.sampled 中的字段
static BooleanControl.Type BooleanControl.Type.APPLY_REVERB
          表示是否将回响应用于行的控件。
static BooleanControl.Type BooleanControl.Type.MUTE
          表示行的静音状态的控件。
 

参数类型为 BooleanControl.Typejavax.sound.sampled 中的构造方法
BooleanControl(BooleanControl.Type type, boolean initialValue)
          构造一个具有给定参数的新 boolean 控件对象。
BooleanControl(BooleanControl.Type type, boolean initialValue, String trueStateLabel, String falseStateLabel)
          构造一个具有给定参数的新 boolean 控件对象。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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