SoundPlayerOptions

data class SoundPlayerOptions(val soundUrl: String)

Options for the SoundPlayer, encapsulating the sound URL.

Constructors

Link copied to clipboard
constructor(soundUrl: String)

Properties

Link copied to clipboard