Uses of Interface
jmri.jmrit.audio.AudioSource
-
Packages that use AudioSource Package Description jmri.jmrit.audio Provides specific implementations of various audio systems.jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of AudioSource in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement AudioSource Modifier and Type Class Description class
AbstractAudioSource
Base implementation of the AudioSource class.class
JavaSoundAudioSource
JavaSound implementation of the Audio Source sub-class.class
JoalAudioSource
JOAL implementation of the Audio Source sub-class.class
NullAudioSource
Null audio system implementation of the Audio Source sub-class.Methods in jmri.jmrit.audio that return AudioSource Modifier and Type Method Description AudioSource
AudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)
Provide a specific new AudioSource object.AudioSource
JavaSoundAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)
AudioSource
JoalAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)
AudioSource
NullAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)
-
Uses of AudioSource in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as AudioSource Modifier and Type Field Description (package private) AudioSource
SoundBite. sound_src
Methods in jmri.jmrit.vsdecoder that return AudioSource Modifier and Type Method Description AudioSource
SoundBite. getSource()
-