Uses of Class
pi.resources.sound.Sound
Packages that use Sound
Package
Description
Demonstriert die Klassen des Pakets
pi.resources.sound.Klassen zur Audiowiedergabe.
-
Uses of Sound in demos.classes.resources.sound
Methods in demos.classes.resources.sound that return Sound -
Uses of Sound in pi.resources.sound
Methods in pi.resources.sound that return SoundModifier and TypeMethodDescriptionRuft denSoundmit dem angegebenen Dateipfad auf.static SoundIntroMusic.intro()protected SoundLoads the sound from the specified path and returns it.IntroMusic.loop()LoopedMusic.next()Liefert denSoundzur angegebenen Datei.SoundEvent.sound()Gets the relatedSoundinstance.Methods in pi.resources.sound that return types with arguments of type SoundModifier and TypeMethodDescriptionIntroMusic.iterator()LoopedMusic.iterator()MulitpleSoundsMusic.iterator()SinglePlayMusic.iterator()MulitpleSoundsMusic.sounds()Gibt die Klänge zurück, die in ihrer übergebenen Reihenfolge abgespielt werden.Methods in pi.resources.sound with parameters of type SoundModifier and TypeMethodDescription@NonNull SoundPlaybackAudioEngine.createSoundPlayback(Sound sound, boolean loop) Erzeugt einSoundPlayback-Objekt, das vor dem Start konfiguriert werden kann.static SoundPlaybackJukebox.createSoundPlayback(Sound sound, boolean loop) Setzt die aktuell abgespielte Spur auf einenLoopedMusicmit dem angegebenen Musik-Sound.Setzt die aktuell abgespielte Spur auf einenLoopedMusicmit dem angegebenen Musik-Sound.static MusicPlaybackstatic MusicPlaybackSpielt den Klang ab, der alsSound-Objekt angegeben wird.static SoundPlaybackMethod parameters in pi.resources.sound with type arguments of type SoundModifier and TypeMethodDescriptionSetzt die Klänge, die in ihrer übergebenen Reihenfolge abgespielt werden.Constructors in pi.resources.sound with parameters of type SoundModifierConstructorDescriptionIntroMusic(Sound intro, Sound loop) Initializes a newIntroMusicfor the specified sound.LoopedMusic(Sound sound) Initializes a newLoopedMusicfor the specified sound.MulitpleSoundsMusic(boolean loop, Sound... sounds) MulitpleSoundsMusic(Sound... sound) SinglePlayMusic(Sound sound) Initializes a newSinglePlayMusicfor the specified sound.SoundPlayback(Sound sound, boolean loop) Constructor parameters in pi.resources.sound with type arguments of type SoundModifierConstructorDescriptionMulitpleSoundsMusic(boolean loop, List<Sound> sounds) MulitpleSoundsMusic(List<Sound> sounds)