|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.Control.Type
javax.sound.sampled.FloatControl.Type
public static class FloatControl.Type
An instance of this class describes a particular floating point control.
Field Summary | |
---|---|
static FloatControl.Type |
AUX_RETURN
Auxiliary return gain. |
static FloatControl.Type |
AUX_SEND
Auxiliary send gain. |
static FloatControl.Type |
BALANCE
Balance. |
static FloatControl.Type |
MASTER_GAIN
Master gain control. |
static FloatControl.Type |
PAN
Control for panning. |
static FloatControl.Type |
REVERB_RETURN
Post-reverb gain. |
static FloatControl.Type |
REVERB_SEND
Pre-reverb gain. |
static FloatControl.Type |
SAMPLE_RATE
Control the sample rate. |
static FloatControl.Type |
VOLUME
Volume control. |
Constructor Summary | |
---|---|
protected |
FloatControl.Type(String name)
Create a new type given its name. |
Method Summary |
---|
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 |
---|
public static final FloatControl.Type AUX_RETURN
public static final FloatControl.Type AUX_SEND
public static final FloatControl.Type BALANCE
public static final FloatControl.Type MASTER_GAIN
public static final FloatControl.Type PAN
public static final FloatControl.Type REVERB_RETURN
public static final FloatControl.Type REVERB_SEND
public static final FloatControl.Type SAMPLE_RATE
public static final FloatControl.Type VOLUME
Constructor Detail |
---|
protected FloatControl.Type(String name)
name
- the name of the type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |