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