Uses of Interface
pi.resources.sound.Track
Packages that use Track
Package
Description
Demonstriert und testet die Engine Pi.
Enthält die Hauptklassen wie zum Beispiel
Controller oder
Scene.Klassen zur Audiowiedergabe.
-
Uses of Track in demos
Modifier and TypeMethodDescriptionJukeboxDemo.loadLoopedTrack(String fileName) JukeboxDemo.loadSinglePlayTrack(String fileName) -
Uses of Track in pi
Modifier and TypeMethodDescriptionstatic MusicPlaybackSets the currently playing track to the specified track.static MusicPlaybackSets the currently playing track to the specified track.static MusicPlaybackPlays the specified track.static MusicPlaybackJukebox.playMusic(Track track, Consumer<? super MusicPlayback> config, boolean restart, boolean stop) Plays the specified track, optionally configuring it before starting. -
Uses of Track in pi.resources.sound
Classes in pi.resources.sound that implement TrackModifier and TypeClassDescriptionclassEine Audiospur, die einmalig eine Eingangsmusik und die darauf folgende Musik in einer Endlosschleife abspielt.classclassATrackthat plays a sound once and then stops.Methods in pi.resources.sound that return TrackConstructors in pi.resources.sound with parameters of type Track