Class AbstractAudioSource.AudioSourceFadeThread

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

An internal class used to create a new thread to monitor and maintain fade in and fade out levels.

Will exist only as long as this source is in the process of fading in or out.

  • Constructor Details

    • AudioSourceFadeThread

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