BooleanControl
Class BooleanControl
- java.lang.Object
-
- javax.sound.sampled.Control
-
- javax.sound.sampled.BooleanControl
public abstract class BooleanControl extends Control
A BooleanControl
provides the ability to switch between two possible settings that affect a line's audio. The settings are boolean values (true
and false
). A graphical user interface might represent the control by a two-state button, an on/off switch, two mutually exclusive buttons, or a checkbox (among other possibilities). For example, depressing a button might activate a MUTE
登录查看完整内容