Class 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 interface Iterable
forEach, spliteratorMethods inherited from interface 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