Uses of Class
org.openstreetmap.josm.io.audio.AudioPlayer
-
Packages that use AudioPlayer Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of AudioPlayer in org.openstreetmap.josm.io.audio
Fields in org.openstreetmap.josm.io.audio declared as AudioPlayer Modifier and Type Field Description private static AudioPlayer
AudioPlayer. audioPlayer
Methods in org.openstreetmap.josm.io.audio that return AudioPlayer Modifier and Type Method Description private static AudioPlayer
AudioPlayer. getInstance()
Returns the singleton object, and if this is the first time, creates it along with the thread to support audio
-