API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. Control View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.26, 05/11/17
Serial
Hierarchy
 Object
      Control
Implements
Subclasses
Description
publicabstract abstract class Control
  Lines often have a set of controls, such as gain and pan, that affect the audio signal passing through the line.
Constructors
protected Control (Type type)
  Constructs a Control with the specified type.
Methods
Hide/Show inherited methods
public Type getType ()
  Obtains the control's type.
public String toString ()
  Obtains a String describing the control type and its current state.
Fields
Hide/Show inherited fields
Nested Classes
  Control.Type
An instance of the Type class represents the type of the control.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar