Uses of Class
org.openstreetmap.josm.io.audio.AudioException
-
Packages that use AudioException Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of AudioException in org.openstreetmap.josm.io.audio
Methods in org.openstreetmap.josm.io.audio that throw AudioException Modifier and Type Method Description void
JavaSoundPlayer. pause(AudioPlayer.Execute command, AudioPlayer.State stateChange, URL playingUrl)
void
SoundPlayer. pause(AudioPlayer.Execute command, AudioPlayer.State stateChange, URL playingUrl)
Ask player to pause the current playing media.void
JavaSoundPlayer. play(AudioPlayer.Execute command, AudioPlayer.State stateChange, URL playingUrl)
void
SoundPlayer. play(AudioPlayer.Execute command, AudioPlayer.State stateChange, URL playingUrl)
Ask player to play a new media.boolean
JavaSoundPlayer. playing(AudioPlayer.Execute command)
boolean
SoundPlayer. playing(AudioPlayer.Execute command)
Method called when a media is being played.
-