Package pi.resources.sound
Class LoopedTrack
java.lang.Object
pi.resources.sound.LoopedTrack
-
Constructor Summary
ConstructorsConstructorDescriptionLoopedTrack(Sound sound) 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:
sound- The sound to be played by this track.
-
-
Method Details
-
iterator
-
getFormat
-
hasNext
public boolean hasNext() -
next
-
equals
-
hashCode
public int hashCode() -
toString
-