Package pi.resources.sound
Class IntroTrack
java.lang.Object
pi.resources.sound.IntroTrack
Eine Audiospur, die einmalig eine Eingangsmusik und die darauf folgende Musik
in einer Endlosschleife abspielt.
-
Constructor Summary
ConstructorsConstructorDescriptionIntroTrack(Sound intro, Sound loop) Initializes a newIntroTrackfor 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, spliterator
-
Constructor Details
-
IntroTrack
Initializes a newIntroTrackfor the specified sound.- Parameters:
intro- Die einmalig abgespielte Eingangsmusik.loop- Die auf die Eingangsmusik folgende in einer Endlosschleife wiedergegeben Anschlussmusik.
-
-
Method Details