PulpCore

Uses of Class
pulpcore.sound.Playback

Packages that use Playback
pulpcore.sound Provides classes for playing sound clips. 
 

Uses of Playback in pulpcore.sound
 

Methods in pulpcore.sound that return Playback
 Playback Sound.loop()
          Loops this sound clip.
 Playback Sound.loop(Fixed level)
          Loops this sound clip with the specified volume level (0.0 to 1.0).
 Playback Sound.loop(Fixed level, Fixed pan)
          Loops this sound clip with the specified volume level (0.0 to 1.0) and pan (-1.0 to 1.0).
 Playback Sound.play()
          Plays this sound clip.
 Playback Sound.play(Fixed level)
          Plays this sound clip with the specified colume level (0.0 to 1.0).
 Playback Sound.play(Fixed level, Fixed pan)
          Plays this sound clip with the specified level (0.0 to 1.0) and pan (-1.0 to 1.0).
 Playback Sound.play(Fixed level, Fixed pan, boolean loop)
          Plays this sound clip with the specified level (0.0 to 1.0) and pan (-1.0 to 1.0), optionally looping.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.