Home
last modified time | relevance | path

Searched refs:SMSound (Results 1 – 1 of 1) sorted by relevance

/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js83 self.sounds[thisOptions.id] = new SMSound(self,thisOptions);
135 if (oSound instanceof SMSound) oSound.stop(); // apply only to sound objects
401 function SMSound(oSM,oOptions) { class