Java javax.sound.sampled FloatControl fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.sampled FloatControl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.sampled FloatControl.

The text is from its open source code.

Method

floatgetMaximum()
Obtains the maximum value permitted.
StringgetMaxLabel()
Obtains the label for the maximum value, such as "Right" or "Full".
StringgetMidLabel()
Obtains the label for the mid-point value, such as "Center" or "Default".
floatgetMinimum()
Obtains the minimum value permitted.
StringgetMinLabel()
Obtains the label for the minimum value, such as "Left" or "Off".
TypegetType()
Obtains the control's type.
StringgetUnits()
Obtains the label for the units in which the control's values are expressed, such as "dB" or "frames per second."
floatgetValue()
Obtains this control's current value.
voidsetValue(float newValue)
Sets the current value for the control.