Package | Description |
---|---|
org.openstreetmap.josm.actions.audio |
Provides the classes for JOSM audio playback actions.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioBackAction
Jump the audio backward 10 seconds and start playing if paused.
|
class |
AudioFasterAction
Increase the speed of audio playback.
|
class |
AudioFastSlowAction
Abstract superclass of
AudioFasterAction and AudioSlowerAction . |
class |
AudioFwdAction
Jump the audio forward 10 seconds.
|
class |
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. |
class |
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. |
class |
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. |
class |
AudioSlowerAction
Decrease the speed of audio playback.
|