|
|||||||||
| Home >> All >> javax >> sound >> [ sampled overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.sound.sampled
Class BooleanControl.Type

java.lang.Objectjavax.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
| Field Summary | |
static BooleanControl.Type |
APPLY_REVERB
A control for applying reverb. |
static BooleanControl.Type |
MUTE
A control for muting. |
| Fields inherited from class javax.sound.sampled.Control.Type |
|
| Constructor Summary | |
protected |
BooleanControl.Type(java.lang.String name)
Create a new Type given its name. |
| Methods inherited from class javax.sound.sampled.Control.Type |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
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.
| Constructor Detail |
BooleanControl.Type
protected BooleanControl.Type(java.lang.String name)
- Create a new Type given its name.
|
|||||||||
| Home >> All >> javax >> sound >> [ sampled overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC