class SoundEffect


Represents a handle to a single sound effect loaded into memory.

Can be used only with the SoundEffectPool that loaded this SoundEffect or any SoundEffectPlayer that was created with that SoundEffectPool. The SoundEffect can be released with SoundEffectPool.unload when no longer needed.