javax.sound.sampled
Class BooleanControl.Type
java.lang.Object
javax.sound.sampled.Control.Type
javax.sound.sampled.BooleanControl.Type
- Enclosing class:
- BooleanControl
public static class BooleanControl.Type
- extends Control.Type
A Type specialized to represent a boolean control.
- Since:
- 1.3
APPLY_REVERB
public static final BooleanControl.Type APPLY_REVERB
- A control for applying reverb.
MUTE
public static final BooleanControl.Type MUTE
- A control for muting.
BooleanControl.Type
protected BooleanControl.Type(String name)
- Create a new Type given its name.
- Parameters:
name
- the name of the type