Package org.yamcs.studio.core.ui
Class SoundSystem
java.lang.Object
org.yamcs.studio.core.ui.SoundSystem
Responsible for playing sound. Currently supports just one loop track which can be turned on or off, and a beep
-
Constructor Details
-
SoundSystem
public SoundSystem()
-
-
Method Details
-
mute
public void mute() -
unmute
public void unmute() -
beep
public void beep()Plays a beep, unless there is already a clip playing. -
startAlarmSound
public void startAlarmSound()Starts the alarm sound if the system is not muted. Otherwise will start the sound whenever the system is unmuted. -
stopAlarmSound
public void stopAlarmSound()Stops the alarm sound, if it wasn't off already -
dispose
public void dispose()
-