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.StateAudioPlayer. stateMethods in org.openstreetmap.josm.io.audio that return AudioPlayer.State Modifier and Type Method Description static AudioPlayer.StateAudioPlayer.State. valueOf(java.lang.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 voidAudioPlayer.Execute. ok(AudioPlayer.State newState)voidJavaSoundPlayer. pause(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)voidSoundPlayer. pause(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)Ask player to pause the current playing media.voidJavaSoundPlayer. play(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)voidSoundPlayer. play(AudioPlayer.Execute command, AudioPlayer.State stateChange, java.net.URL playingUrl)Ask player to play a new media.
-