javax.sound.sampled
public static class FloatControl.Type extends Control.Type
Since: 1.3
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 | Type(String name)
Create a new type given its name. |
Parameters: name the name of the type