Uses of Class
jmri.jmrit.audio.AbstractAudioThread
-
Packages that use AbstractAudioThread Package Description jmri.jmrit.audio Provides specific implementations of various audio systems. -
-
Uses of AbstractAudioThread in jmri.jmrit.audio
Subclasses of AbstractAudioThread in jmri.jmrit.audio Modifier and Type Class Description protected static classAbstractAudioListener.AudioListenerMoveThreadAn internal class used to create a new thread to monitor and maintain current listener position with respect to velocity.protected static classAbstractAudioSource.AudioSourceFadeThreadAn internal class used to create a new thread to monitor and maintain fade in and fade out levels.protected static classAbstractAudioSource.AudioSourceMoveThreadAn internal class used to create a new thread to monitor and maintain current source position with respect to velocity.classAudioCommandThreadRepresents a thread for processing commands contained within AudioCommand objects.
-