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 classAbstractAudioSourceBase implementation of the AudioSource class.classJavaSoundAudioSourceJavaSound implementation of the Audio Source sub-class.classJoalAudioSourceJOAL implementation of the Audio Source sub-class.classNullAudioSourceNull audio system implementation of the Audio Source sub-class.Methods in jmri.jmrit.audio that return AudioSource Modifier and Type Method Description AudioSourceAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)Provide a specific new AudioSource object.AudioSourceJavaSoundAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)AudioSourceJoalAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName)AudioSourceNullAudioFactory. createNewSource(java.lang.String systemName, java.lang.String userName) - 
Uses of AudioSource in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return AudioSource Modifier and Type Method Description AudioSourceSoundBite. getSource() 
 -