Example usage for Java javax.sound.sampled FloatControl fields, constructors, methods, implement or subclass
The text is from its open source code.
float | getMaximum() Obtains the maximum value permitted. |
String | getMaxLabel() Obtains the label for the maximum value, such as "Right" or "Full". |
String | getMidLabel() Obtains the label for the mid-point value, such as "Center" or "Default". |
float | getMinimum() Obtains the minimum value permitted. |
String | getMinLabel() Obtains the label for the minimum value, such as "Left" or "Off". |
Type | getType() Obtains the control's type. |
String | getUnits() Obtains the label for the units in which the control's values are expressed, such as "dB" or "frames per second." |
float | getValue() Obtains this control's current value. |
void | setValue(float newValue) Sets the current value for the control. |