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 | Class and Description |
---|---|
(package private) class |
JavaSoundPlayer
Legacy sound player based on the Java Sound API.
|
Modifier and Type | Field and Description |
---|---|
private SoundPlayer |
AudioPlayer.soundPlayer |
Modifier and Type | Field and Description |
---|---|
private static java.lang.Class<? extends SoundPlayer> |
AudioPlayer.soundPlayerClass |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends SoundPlayer> |
AudioPlayer.getSoundPlayerClass()
Returns the custom sound player class, if any.
|
Modifier and Type | Method and Description |
---|---|
static void |
AudioPlayer.setSoundPlayerClass(java.lang.Class<? extends SoundPlayer> playerClass)
Sets the custom sound player class to override default core player.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaFxMediaPlayer
Deprecated.
MP3 support moved to openjfx plugin as JavaFX is gone with Java 11.
|