| Package | Description | 
|---|---|
| javax.sound.sampled | 
 Provides interfaces and classes for capture, processing, and playback of sampled audio data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BooleanControl
A  
BooleanControl provides the ability to switch between
 two possible settings that affect a line's audio. | 
class  | 
CompoundControl
A  
CompoundControl, such as a graphic equalizer, provides control
 over two or more related properties, each of which is itself represented as
 a Control. | 
class  | 
EnumControl
A  
EnumControl provides control over a set of
 discrete possible values, each represented by an object. | 
class  | 
FloatControl
A  
FloatControl object provides control over a range of
 floating-point values. | 
| Modifier and Type | Method and Description | 
|---|---|
Control | 
Line.getControl(Control.Type control)
Obtains a control of the specified type,
 if there is any. 
 | 
Control[] | 
Line.getControls()
Obtains the set of controls associated with this line. 
 | 
Control[] | 
CompoundControl.getMemberControls()
Returns the set of member controls that comprise the compound control. 
 | 
| Constructor and Description | 
|---|
CompoundControl(CompoundControl.Type type,
               Control[] memberControls)
Constructs a new compound control object with the given parameters. 
 | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2013, Oracle and/or its affiliates.  All rights reserved.