public final 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.

Summary

Public methods

boolean
equals(Object other)
int
@NonNull String

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()