| 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.TypeAn instance of the  BooleanControl.Typeclass identifies one kind of
 boolean control. | 
| static class  | CompoundControl.TypeAn instance of the  CompoundControl.Typeinner class identifies one kind of
 compound control. | 
| static class  | EnumControl.TypeAn instance of the  EnumControl.Typeinner class identifies one kind of
 enumerated control. | 
| static class  | FloatControl.TypeAn instance of the  FloatControl.Typeinner class identifies one kind of
 float control. | 
| Modifier and Type | Method and Description | 
|---|---|
| Control.Type | Control. getType()Obtains the control's type. | 
| Modifier and Type | Method and Description | 
|---|---|
| Control | Line. getControl(Control.Type control)Obtains a control of the specified type,
 if there is any. | 
| boolean | Line. isControlSupported(Control.Type control)Indicates whether the line supports a control of the specified type. | 
| Constructor and Description | 
|---|
| Control(Control.Type type)Constructs a Control with the specified type. | 
 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, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.