Uses of Class
org.openstreetmap.josm.io.audio.AudioPlayer.State
-
Packages that use AudioPlayer.State Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of AudioPlayer.State in org.openstreetmap.josm.io.audio
Fields in org.openstreetmap.josm.io.audio declared as AudioPlayer.State Modifier and Type Field Description private AudioPlayer.State
AudioPlayer. state
Methods in org.openstreetmap.josm.io.audio that return AudioPlayer.State Modifier and Type Method Description static AudioPlayer.State
AudioPlayer.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AudioPlayer.State[]
AudioPlayer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.io.audio with parameters of type AudioPlayer.State Modifier and Type Method Description protected void
AudioPlayer.Execute. ok(AudioPlayer.State newState)
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.
-