Clip
| The Clip interface represents a special kind of data line whose
audio data can be loaded prior to playback, instead of being streamed in
real time. |
code | html |
DataLine
| DataLine adds media-related functionality to its
superinterface, Line . |
code | html |
Line
| The Line interface represents a mono or multi-channel
audio feed. |
code | html |
LineListener
| Instances of classes that implement the LineListener interface can register to
receive events when a line's status changes. |
code | html |
Mixer
| A mixer is an audio device with one or more lines. |
code | html |
Port
| Ports are simple lines for input or output of audio to or from audio devices. |
code | html |
SourceDataLine
| A source data line is a data line to which data may be written. |
code | html |
TargetDataLine
| A target data line is a type of DataLine from which
audio data can be read. |
code | html |
AudioFileFormat
| An instance of the AudioFileFormat class 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. |
code | html |
AudioFileFormat.Type
| An instance of the Type class represents one of the
standard types of audio file. |
code | html |
AudioFormat
| AudioFormat is the class that specifies a particular arrangement of data in a sound stream. |
code | html |
AudioFormat.Encoding
| The Encoding class names the specific type of data representation
used for an audio stream. |
code | html |
AudioInputStream
| An audio input stream is an input stream with a specified audio format and
length. |
code | html |
AudioInputStream.TargetDataLineInputStream
| Private inner class that makes a TargetDataLine look like an InputStream. |
code | html |
AudioPermission
| The AudioPermission class represents access rights to the audio
system resources. |
code | html |
AudioSystem
| The AudioSystem class acts as the entry point to the
sampled-audio system resources. |
code | html |
BooleanControl.Type
| An instance of the BooleanControl.Type class identifies one kind of
boolean control. |
code | html |
CompoundControl.Type
| An instance of the CompoundControl.Type inner class identifies one kind of
compound control. |
code | html |
Control.Type
| An instance of the Type class represents the type of
the control. |
code | html |
DataLine.Info
| Besides the class information inherited from its superclass,
DataLine.Info provides additional information specific to data lines. |
code | html |
EnumControl.Type
| An instance of the EnumControl.Type inner class identifies one kind of
enumerated control. |
code | html |
FloatControl.Type
| An instance of the FloatControl.Type inner class identifies one kind of
float control. |
code | html |
Line.Info
| A Line.Info object contains information about a line. |
code | html |
LineEvent
| The LineEvent class encapsulates information that a line
sends its listeners whenever the line opens, closes, starts, or stops. |
code | html |
LineEvent.Type
| The LineEvent.Type inner class identifies what kind of event occurred on a line. |
code | html |
LineUnavailableException
| A LineUnavailableException is an exception indicating that a
line cannot be opened because it is unavailable. |
code | html |
Mixer.Info
| The Mixer.Info class represents information about an audio mixer,
including the product's name, version, and vendor, along with a textual
description. |
code | html |
Port.Info
| The Port.Info class extends Line.Info
with additional information specific to ports, including the port's name
and whether it is a source or a target for its mixer. |
code | html |
ReverbType
| The ReverbType class provides methods for
accessing various reverberation settings to be applied to
an audio signal. |
code | html |
UnsupportedAudioFileException
| An UnsupportedAudioFileException is an exception indicating that an
operation failed because a file did not contain valid data of a recognized file
type and format. |
code | html |