Uses of Class
javax.sound.sampled.BooleanControl.Type
-
Packages that use BooleanControl.Type 软件包 描述 javax.sound.sampled 提供用于捕获,处理和回放采样音频数据的接口和类。 -
-
Uses of BooleanControl.Type in javax.sound.sampled
Fields in javax.sound.sampled declared as BooleanControl.Type 变量和类型 字段 描述 static BooleanControl.Type
BooleanControl.Type. APPLY_REVERB
表示混响是否应用于线的控件。static BooleanControl.Type
BooleanControl.Type. MUTE
表示线路静音状态的控件。Constructors in javax.sound.sampled with parameters of type BooleanControl.Type 构造器 描述 BooleanControl(BooleanControl.Type type, boolean initialValue)
使用给定参数构造一个新的布尔控制对象。BooleanControl(BooleanControl.Type type, boolean initialValue, String trueStateLabel, String falseStateLabel)
使用给定参数构造一个新的布尔控制对象。
-