API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. FloatControl.Type View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.17, 05/11/17
Serial
Hierarchy
 Object
      Control.Type
          FloatControl.Type
Implements
Subclasses
Description
publicstatic class FloatControl.Type
  An instance of the FloatControl.Type inner class identifies one kind of float control.
See also:   
Constructors
protected FloatControl.Type (String name)
  Constructs a new float control type.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj) [Inherited From Control.Type]
Finalizes the equals method
publicfinal int hashCode () [Inherited From Control.Type]
Finalizes the hashCode method
publicfinal String toString () [Inherited From Control.Type]
  Provides the String representation of the control type.
Fields
Hide/Show inherited fields
publicfinalstatic Type AUX_RETURN
  Represents a control for the auxiliary return gain on a line.
publicfinalstatic Type AUX_SEND
  Represents a control for the auxiliary send gain on a line.
publicfinalstatic Type BALANCE
  Represents a control for the relative balance of a stereo signal between two stereo speakers.
publicfinalstatic Type MASTER_GAIN
  Represents a control for the overall gain on a line.
publicfinalstatic Type PAN
  Represents a control for the relative pan (left-right positioning) of the signal.
publicfinalstatic Type REVERB_RETURN
  Represents a control for the post-reverb gain on a line.
publicfinalstatic Type REVERB_SEND
  Represents a control for the pre-reverb gain on a line.
publicfinalstatic Type SAMPLE_RATE
  Represents a control that changes the sample rate of audio playback.
publicfinalstatic Type VOLUME
Represents a control for the volume on a line.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar