Uses of Class
pi.resources.sound.MusicPlayback
Packages that use MusicPlayback
-
Uses of MusicPlayback in pi
Methods in pi that return MusicPlaybackModifier and TypeMethodDescriptionstatic MusicPlaybackJukebox.getMusic()Gets the "main" music that is playing.static MusicPlaybackJukebox.playIntroTrack(String intro, String loop) Spielt zwei als Zeichenkette angegeben Audiodateien ab: die Erste nur einmalig und die darauf Folgende in einer Endlosschleife.static MusicPlaybackSpielt die als Zeichenkette angegebene Audio-Datei in einer Endlosschleife ab.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static 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.Methods in pi that return types with arguments of type MusicPlaybackModifier and TypeMethodDescriptionstatic Collection<MusicPlayback>Jukebox.getAllMusic()Liefert eine Liste mit allen Musikwiedergaben.Method parameters in pi with type arguments of type MusicPlaybackModifier and TypeMethodDescriptionstatic MusicPlaybackJukebox.playMusic(Track track, Consumer<? super MusicPlayback> config, boolean restart, boolean stop) Plays the specified track, optionally configuring it before starting.