Uses of Class
org.hermit.android.sound.Effect

Packages that use Effect
org.hermit.android.sound These classes provide functions to help apps manage their sound effects. 
 

Uses of Effect in org.hermit.android.sound
 

Methods in org.hermit.android.sound that return Effect
 Effect Player.addEffect(int sound)
          Add a sound effect to this player.
 Effect Player.addEffect(int sound, float vol)
          Add a sound effect to this player.
 

Methods in org.hermit.android.sound with parameters of type Effect
 int Player.play(Effect effect)
          Play the given sound effect.
 int Player.play(Effect effect, float rvol, boolean loop)
          Play the given sound effect.