Uses of Class
pi.resources.sound.Sound
Packages that use Sound
Package
Description
Demonstriert und testet die Engine Pi.
Enthält die Hauptklassen wie zum Beispiel
Controller oder
Scene.Klassen zur Audiowiedergabe.
-
Uses of Sound in demos
-
Uses of Sound in pi
Modifier and TypeMethodDescriptionstatic SoundPlaybackJukebox.createSoundPlayback(Sound sound, boolean loop) Creates anSoundPlaybackobject that can be configured prior to starting.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static SoundPlayback -
Uses of Sound in pi.resources.sound
Methods in pi.resources.sound that return SoundModifier and TypeMethodDescriptionIntroTrack.getIntro()IntroTrack.getLoop()SoundEvent.getSound()Gets the relatedSoundinstance.protected SoundLoads the sound from the specified path and returns it.SoundContainer.load(SoundResource resource) Loads a sound from the specified XML resource.LoopedTrack.next()Methods in pi.resources.sound that return types with arguments of type SoundModifier and TypeMethodDescriptionIntroTrack.iterator()LoopedTrack.iterator()SinglePlayTrack.iterator()Constructors in pi.resources.sound with parameters of type SoundModifierConstructorDescriptionIntroTrack(Sound intro, Sound loop) Initializes a newIntroTrackfor the specified sound.LoopedTrack(Sound sound) Initializes a newLoopedTrackfor the specified sound.SinglePlayTrack(Sound sound) Initializes a newSinglePlayTrackfor the specified sound.SoundPlayback(Sound sound, boolean loop) SoundResource(Sound sound, SoundFormat format)