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 functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String