Uses of Interface
org.openstreetmap.josm.io.audio.SoundPlayer
-
Packages that use SoundPlayer Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of SoundPlayer in org.openstreetmap.josm.io.audio
Classes in org.openstreetmap.josm.io.audio that implement SoundPlayer Modifier and Type Class Description (package private) class
JavaSoundPlayer
Legacy sound player based on the Java Sound API.Fields in org.openstreetmap.josm.io.audio declared as SoundPlayer Modifier and Type Field Description private SoundPlayer
AudioPlayer. soundPlayer
Fields in org.openstreetmap.josm.io.audio with type parameters of type SoundPlayer Modifier and Type Field Description private static Class<? extends SoundPlayer>
AudioPlayer. soundPlayerClass
Methods in org.openstreetmap.josm.io.audio that return types with arguments of type SoundPlayer Modifier and Type Method Description static Class<? extends SoundPlayer>
AudioPlayer. getSoundPlayerClass()
Returns the custom sound player class, if any.Method parameters in org.openstreetmap.josm.io.audio with type arguments of type SoundPlayer Modifier and Type Method Description static void
AudioPlayer. setSoundPlayerClass(Class<? extends SoundPlayer> playerClass)
Sets the custom sound player class to override default core player.
-