Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js102 self.sounds[sID].unload();
106 if (!self._idCheck(sID)) {
111 oOptions.id = sID;
127 this.stop = function(sID) { argument
130 self.sounds[sID].stop();
139 this.pause = function(sID) { argument
141 self.sounds[sID].pause();
146 self.sounds[sID].resume();
404 this.sID = oOptions.id;
518 sm.o._stop(self.sID);
[all …]