Package org.openstreetmap.josm.actions.audio
Provides the classes for JOSM audio playback actions.
-
Class Summary Class Description AbstractAudioAction Base class for every action related to audio content.AudioBackAction Jump the audio backward 10 seconds and start playing if paused.AudioFasterAction Increase the speed of audio playback.AudioFastSlowAction Abstract superclass ofAudioFasterAction
andAudioSlowerAction
.AudioFwdAction Jump the audio forward 10 seconds.AudioNextAction Play the sound track from the Audio Marker after the one most recently played.
Play from the first such Marker if none has been played, or repeat the last marker if at the end.AudioPlayPauseAction If not playing, play the sound track from the first Audio Marker, or from the point at which it was paused.
If playing, pause the sound.
If fast forwarding or slow forwarding, resume normal speed.AudioPrevAction Play the sound track from the Audio Marker before the one most recently played.
Play from the first such Marker if none has been played or already at the first marker.AudioSlowerAction Decrease the speed of audio playback.