Uses of Interface
jmri.jmrit.audio.AudioBuffer
-
Packages that use AudioBuffer 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 AudioBuffer in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement AudioBuffer Modifier and Type Class Description classAbstractAudioBufferBase implementation of the AudioBuffer class.classJavaSoundAudioBufferJavaSound implementation of the Audio Buffer sub-class.classJoalAudioBufferJOAL implementation of the Audio Buffer sub-class.classNullAudioBufferNull implementation of the Audio Buffer sub-class.Methods in jmri.jmrit.audio that return AudioBuffer Modifier and Type Method Description AudioBufferAudioFactory. createNewBuffer(java.lang.String systemName, java.lang.String userName)Provide a specific new AudioBuffer object.AudioBufferJavaSoundAudioFactory. createNewBuffer(java.lang.String systemName, java.lang.String userName)AudioBufferJoalAudioFactory. createNewBuffer(java.lang.String systemName, java.lang.String userName)AudioBufferNullAudioFactory. createNewBuffer(java.lang.String systemName, java.lang.String userName)AudioBufferAbstractAudioSource. getAssignedBuffer()AudioBufferAudioSource. getAssignedBuffer()Returns linked AudioBuffer objectMethods in jmri.jmrit.audio that return types with arguments of type AudioBuffer Modifier and Type Method Description java.util.Queue<AudioBuffer>AbstractAudioSource. getQueuedBuffers()Methods in jmri.jmrit.audio with parameters of type AudioBuffer Modifier and Type Method Description (package private) abstract booleanAbstractAudioSource. bindAudioBuffer(AudioBuffer buffer)Binds this AudioSource with the specified AudioBuffer.(package private) booleanJavaSoundAudioSource. bindAudioBuffer(AudioBuffer audioBuffer)(package private) booleanJoalAudioSource. bindAudioBuffer(AudioBuffer audioBuffer)(package private) booleanNullAudioSource. bindAudioBuffer(AudioBuffer audioBuffer)booleanAbstractAudioSource. queueAudioBuffer(AudioBuffer audioBuffer)booleanJoalAudioSource. queueAudioBuffer(AudioBuffer audioBuffer)Queue a single AudioBuffer on this source.booleanAbstractAudioSource. queueBuffer(AudioBuffer audioBuffer)booleanAudioSource. queueBuffer(AudioBuffer audioBuffer)voidAbstractAudioSource. setAssignedBuffer(AudioBuffer audioBuffer)voidAudioSource. setAssignedBuffer(AudioBuffer audioBuffer)Sets the linked AudioBuffer objectMethod parameters in jmri.jmrit.audio with type arguments of type AudioBuffer Modifier and Type Method Description booleanAbstractAudioSource. queueAudioBuffers(java.util.Queue<AudioBuffer> audioBuffers)booleanJoalAudioSource. queueAudioBuffers(java.util.Queue<AudioBuffer> audioBuffers)Queue a list of AudioBuffers on this source.booleanAbstractAudioSource. queueBuffers(java.util.Queue<AudioBuffer> audioBuffers)booleanAudioSource. queueBuffers(java.util.Queue<AudioBuffer> audioBuffers)Queues the linked AudioBuffer object to this Source's buffer queue -
Uses of AudioBuffer in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return AudioBuffer Modifier and Type Method Description AudioBufferSoundBite. getBuffer()Methods in jmri.jmrit.vsdecoder with parameters of type AudioBuffer Modifier and Type Method Description static longSoundBite. calcLength(AudioBuffer buf)voidSoundBite. queueBuffer(AudioBuffer b)
-