Class AbstractAudioSource.AudioSourceMoveThread

java.lang.Object
java.lang.Thread
jmri.jmrit.audio.AbstractAudioThread
jmri.jmrit.audio.AbstractAudioSource.AudioSourceMoveThread
All Implemented Interfaces:
Runnable, AudioThread
Enclosing class:
AbstractAudioSource

An internal class used to create a new thread to monitor and maintain current source position with respect to velocity.
  • Constructor Details

    • AudioSourceMoveThread

      Constructor that takes handle to looping AudioSource to monitor.
      Parameters:
      audioSource - looping AudioSource to monitor
  • Method Details