| Package | Description |
|---|---|
| javazoom.jl.player | |
| javazoom.jl.player.advanced |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioDeviceBase
The
AudioDeviceBase class provides a simple thread-safe
implementation of the AudioDevice interface. |
class |
JavaSoundAudioDevice
The
JavaSoundAudioDevice implements an audio
device by using the JavaSound API. |
class |
NullAudioDevice
The
NullAudioDevice implements a silent, no-op
audio device. |
| Modifier and Type | Method and Description |
|---|---|
AudioDevice |
JavaSoundAudioDeviceFactory.createAudioDevice() |
AudioDevice |
FactoryRegistry.createAudioDevice() |
abstract AudioDevice |
AudioDeviceFactory.createAudioDevice()
Creates a new
AudioDevice. |
protected AudioDevice |
PlayerApplet.getAudioDevice()
Retrieves the
AudioDevice instance that will
be used to sound the audio data. |
protected AudioDevice |
jlp.getAudioDevice() |
protected AudioDevice |
AudioDeviceFactory.instantiate(ClassLoader loader,
String name)
Creates an instance of an AudioDevice implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlayerApplet.play(InputStream in,
AudioDevice dev)
Decompresses audio data from an InputStream and plays it
back through an AudioDevice.
|
| Constructor and Description |
|---|
Player(InputStream stream,
AudioDevice device) |
| Constructor and Description |
|---|
AdvancedPlayer(InputStream stream,
AudioDevice device) |
Copyright © 2016. All Rights Reserved.