See: Description
| Interface | Description | 
|---|---|
| Clip | The  Clipinterface represents a special kind of data line whose audio
 data can be loaded prior to playback, instead of being streamed in real time. | 
| DataLine | DataLineadds media-related functionality to its superinterface,Line. | 
| Line | The  Lineinterface represents a mono or multi-channel audio feed. | 
| LineListener | Instances of classes that implement the  LineListenerinterface can
 register to receive events when a line's status changes. | 
| Mixer | A mixer is an audio device with one or more lines. | 
| Port | Ports are simple lines for input or output of audio to or from audio devices. | 
| SourceDataLine | A source data line is a data line to which data may be written. | 
| TargetDataLine | A target data line is a type of  DataLinefrom which audio data can be
 read. | 
| Class | Description | 
|---|---|
| AudioFileFormat | An instance of the  AudioFileFormatclass describes an audio file,
 including the file type, the file's length in bytes, the length in sample
 frames of the audio data contained in the file, and the format of the audio
 data. | 
| AudioFileFormat.Type | An instance of the  Typeclass represents one of the standard
 types of audio file. | 
| AudioFormat | AudioFormatis the class that specifies a particular arrangement of
 data in a sound stream. | 
| AudioFormat.Encoding | The  Encodingclass names the specific type of data representation
 used for an audio stream. | 
| AudioInputStream | An audio input stream is an input stream with a specified audio format and
 length. | 
| AudioPermission | The  AudioPermissionclass represents access rights to the audio
 system resources. | 
| AudioSystem | The  AudioSystemclass acts as the entry point to the sampled-audio
 system resources. | 
| BooleanControl | A  BooleanControlprovides the ability to switch between two possible
 settings that affect a line's audio. | 
| BooleanControl.Type | An instance of the  BooleanControl.Typeclass identifies one kind
 of boolean control. | 
| CompoundControl | A  CompoundControl, such as a graphic equalizer, provides control over
 two or more related properties, each of which is itself represented as aControl. | 
| CompoundControl.Type | An instance of the  CompoundControl.Typeinner class identifies
 one kind of compound control. | 
| Control | Linesoften have a set of controls, such as gain and pan, that
 affect the audio signal passing through the line. | 
| Control.Type | An instance of the  Typeclass represents the type of the control. | 
| DataLine.Info | Besides the class information inherited from its superclass,
  DataLine.Infoprovides additional information specific to data
 lines. | 
| EnumControl | A  EnumControlprovides control over a set of discrete possible values
 , each represented by an object. | 
| EnumControl.Type | An instance of the  EnumControl.Typeinner class identifies one
 kind of enumerated control. | 
| FloatControl | A  FloatControlobject provides control over a range of floating-point
 values. | 
| FloatControl.Type | An instance of the  FloatControl.Typeinner class identifies one
 kind of float control. | 
| Line.Info | A  Line.Infoobject contains information about a line. | 
| LineEvent | The  LineEventclass encapsulates information that a line sends its
 listeners whenever the line opens, closes, starts, or stops. | 
| LineEvent.Type | The LineEvent.Type inner class identifies what kind of event occurred on
 a line. | 
| Mixer.Info | The  Mixer.Infoclass represents information about an audio mixer,
 including the product's name, version, and vendor, along with a textual
 description. | 
| Port.Info | The  Port.Infoclass extendsLine.Infowith additional
 information specific to ports, including the port's name and whether it
 is a source or a target for its mixer. | 
| ReverbType | The  ReverbTypeclass provides methods for accessing various
 reverberation settings to be applied to an audio signal. | 
| Exception | Description | 
|---|---|
| LineUnavailableException | A  LineUnavailableExceptionis an exception indicating that a line
 cannot be opened because it is unavailable. | 
| UnsupportedAudioFileException | An  UnsupportedAudioFileExceptionis an exception indicating that an
 operation failed because a file did not contain valid data of a recognized
 file type and format. | 
 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, 2016, Oracle and/or its affiliates. All rights reserved. 
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait