Interface SoundPlayerOptions

interface SoundPlayerOptions {
    soundUrl: string;
}

Properties

Properties

soundUrl: string