Package | Description |
---|---|
org.openstreetmap.josm.io.audio |
Provides the classes for Audio mapping features.
|
org.openstreetmap.josm.io.audio.fx |
Provides the classes for Audio mapping features requiring JavaFX.
|
Modifier and Type | Field and Description |
---|---|
private AudioPlayer.State |
AudioPlayer.state |
Modifier and Type | Method and Description |
---|---|
static AudioPlayer.State |
AudioPlayer.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AudioPlayer.State[] |
AudioPlayer.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AudioPlayer.Execute.ok(AudioPlayer.State newState) |
void |
SoundPlayer.pause(AudioPlayer.Execute command,
AudioPlayer.State stateChange,
java.net.URL playingUrl)
Ask player to pause the current playing media.
|
void |
JavaSoundPlayer.pause(AudioPlayer.Execute command,
AudioPlayer.State stateChange,
java.net.URL playingUrl) |
void |
SoundPlayer.play(AudioPlayer.Execute command,
AudioPlayer.State stateChange,
java.net.URL playingUrl)
Ask player to play a new media.
|
void |
JavaSoundPlayer.play(AudioPlayer.Execute command,
AudioPlayer.State stateChange,
java.net.URL playingUrl) |
Modifier and Type | Method and Description |
---|---|
void |
JavaFxMediaPlayer.pause(AudioPlayer.Execute command,
AudioPlayer.State stateChange,
java.net.URL playingUrl)
Deprecated.
|
void |
JavaFxMediaPlayer.play(AudioPlayer.Execute command,
AudioPlayer.State stateChange,
java.net.URL playingUrl)
Deprecated.
|