Class LoopedTrack
java.lang.Object
de.gurkenlabs.litiengine.sound.LoopedTrack
-
Constructor Summary
ConstructorsConstructorDescriptionLoopedTrack
(Sound sound) Initializes a newLoopedTrack
for the specified sound.LoopedTrack
(String soundName) Initializes a newLoopedTrack
for the specified sound. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
LoopedTrack
Initializes a newLoopedTrack
for the specified sound.- Parameters:
soundName
- The name of the sound to be played by this track.
-
LoopedTrack
Initializes a newLoopedTrack
for the specified sound.- Parameters:
sound
- The sound to be played by this track.
-
-
Method Details