Uses of Class
jmri.jmrit.vsdecoder.VSDFile
-
Packages that use VSDFile Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of VSDFile in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder with parameters of type VSDFile Modifier and Type Method Description protected void
SoundEvent. addXmlTrigger(org.jdom2.Element te, VSDFile vf)
boolean
ConfigurableSound. init(VSDFile vf)
boolean
SoundBite. init(VSDFile vf, SoundBite.BufferMode mode)
void
VSDecoderManager. loadProfiles(VSDFile vf)
void
ConfigurableSound. setXml(org.jdom2.Element e, VSDFile vf)
void
Diesel3Sound. setXml(org.jdom2.Element e, VSDFile vf)
void
DieselSound. setXml(org.jdom2.Element e, VSDFile vf)
void
EngineSound. setXml(org.jdom2.Element e, VSDFile vf)
void
EngineSoundEvent. setXml(org.jdom2.Element el, VSDFile vf)
void
MomentarySoundEvent. setXml(org.jdom2.Element el, VSDFile vf)
void
SoundEvent. setXml(org.jdom2.Element el, VSDFile vf)
void
Steam1Sound. setXml(org.jdom2.Element e, VSDFile vf)
void
SteamSound. setXml(org.jdom2.Element e, VSDFile vf)
void
ToggleSoundEvent. setXml(org.jdom2.Element el, VSDFile vf)
void
VSDecoder. setXml(VSDFile vf, java.lang.String pn)
Build this VSDecoder from an XML representationConstructors in jmri.jmrit.vsdecoder with parameters of type VSDFile Constructor Description NotchTransition(VSDFile vf, java.lang.String filename, java.lang.String sname, java.lang.String uname)
SoundBite(VSDFile vf, java.lang.String filename, java.lang.String sname, java.lang.String uname)
-