Uses of Interface
jmri.jmrit.audio.AudioThread
-
Packages that use AudioThread Package Description jmri.jmrit.audio Provides specific implementations of various audio systems. -
-
Uses of AudioThread in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement AudioThread Modifier and Type Class Description protected static class
AbstractAudioListener.AudioListenerMoveThread
An internal class used to create a new thread to monitor and maintain current listener position with respect to velocity.protected static class
AbstractAudioSource.AudioSourceFadeThread
An internal class used to create a new thread to monitor and maintain fade in and fade out levels.protected static class
AbstractAudioSource.AudioSourceMoveThread
An internal class used to create a new thread to monitor and maintain current source position with respect to velocity.class
AbstractAudioThread
Base implementation of all common thread code for use by threads in the various Audio classes.class
AudioCommandThread
Represents a thread for processing commands contained within AudioCommand objects.
-