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 Modifier and Type Field 描述 static BooleanControl.Type
BooleanControl.Type. APPLY_REVERB
表示是否将混响应用于线路的控件。static BooleanControl.Type
BooleanControl.Type. MUTE
表示线路的静音状态的控制。Constructors in javax.sound.sampled with parameters of type BooleanControl.Type Constructor 描述 BooleanControl(BooleanControl.Type type, boolean initialValue)
使用给定的参数构造一个新的布尔控件对象。BooleanControl(BooleanControl.Type type, boolean initialValue, String trueStateLabel, String falseStateLabel)
使用给定的参数构造一个新的布尔控件对象。
-