()
| 325 | return this |
| 326 | } |
| 327 | public dispose(): void { |
| 328 | this._ready = false |
| 329 | this._media.pause() |
| 330 | this._disposes.forEach(d => d.dispose()) |
| 331 | |
| 332 | this._onReadyCb = this._onStateChangeCb = this._onTickCb = NULL_FN |
| 333 | this._ticker.stop() |
| 334 | this._setState('Stopped') |
| 335 | } |
| 336 | } |