| Package | Description |
|---|---|
| javax.sound.sampled |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BooleanControl
An instance of the
BooleanControl.Type class identifies one kind of boolean control.
|
static class |
CompoundControl
An instance of the
CompoundControl.Type inner class identifies one kind of compound control.
|
static class |
EnumControl
An instance of the
EnumControl.Type inner class identifies one kind of enumerated control.
|
static class |
FloatControl
An instance of the
FloatControl.Type inner class identifies one kind of float control.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
Control.getType()
Obtains the control's type.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
Line.getControl(Control
Obtains a control of the specified type, if there is any.
|
boolean |
Line.isControlSupported(Control
Indicates whether the line supports a control of the specified type.
|
| Constructor and Description | |
|---|---|
Control(Control
Constructs a Control with the specified type.
|