Uses of Class
org.openstreetmap.josm.io.audio.AudioPlayer.Execute
-
Packages that use AudioPlayer.Execute Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of AudioPlayer.Execute in org.openstreetmap.josm.io.audio
Fields in org.openstreetmap.josm.io.audio declared as AudioPlayer.Execute Modifier and Type Field Description private AudioPlayer.Execute
AudioPlayer. command
Methods in org.openstreetmap.josm.io.audio with parameters of type AudioPlayer.Execute 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.
-