Uses of Class
jmri.jmrit.vsdecoder.SoundBite.BufferMode
-
Packages that use SoundBite.BufferMode Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of SoundBite.BufferMode in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as SoundBite.BufferMode Modifier and Type Field Description (package private) SoundBite.BufferMode
SoundBite. bufferMode
Methods in jmri.jmrit.vsdecoder that return SoundBite.BufferMode Modifier and Type Method Description static SoundBite.BufferMode
SoundBite.BufferMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoundBite.BufferMode[]
SoundBite.BufferMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.vsdecoder with parameters of type SoundBite.BufferMode Modifier and Type Method Description boolean
SoundBite. init(VSDFile vf, SoundBite.BufferMode mode)
-