|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AudioDeviceFactory
instance
with this registry.
play(startFrame, endFrame)
hopefully this will be included in the apiPlayer
instance.
AudioDevice
interface provides an abstraction for
a device capable of sounding audio samples.AudioDeviceBase
class provides a simple thread-safe
implementation of the AudioDevice
interface.AudioDeviceFactory
class is responsible for creating
a specific AudioDevice
implementation.Bistream
class is responsible for parsing
an MPEG audio bitstream.BistreamException
s.BitstreamException
are thrown
when operations on a Bitstream
fail.Converter
class implements the conversion of
an MPEG audio file to a .WAV file.ProgressListener
that writes
notification text to a PrintWriter
.AudioDevice
.
Decoder
class encapsulates the details of
decoding an MPEG audio frame.Decoder
instance with default
parameters.
Decoder
instance with default
parameters.
Params
class presents the customizable
aspects of the decoder.DecoderException
represents the class of
errors that can occur when decoding MPEG audio.InputStream
.
InputStream
.
Equalizer
class can be used to specify
equalization settings for the MPEG audio decoder.Equalizer
instance.
FactoryRegistry
class stores the factories
for all the audio device implementations available in the system.OutputChannels
instance
corresponding to the given channel code.
AudioDevice
instance that will
be used to sound the audio data.
PlaybackListener
JavaLayerHooks
class allows developers to change
the way the JavaLayer library uses Resources.JavaSoundAudioDevice
implements an audio
device by using the JavaSound API.jlc
class presents the JavaLayer
Conversion functionality as a command-line program.jlp
class implements a simple command-line
player for MPEG audio files.NullAudioDevice
implements a silent, no-op
audio device.Player
has performed an 'playback action'Player
class implements a simple player for playback
of an MPEG audio stream.Player
instance.
SampleBuffer
class implements an output buffer
that provides storage for a fixed size block of samples.PlaybackListener
PlaybackListener
AudioDevice
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |