MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / stopMedia

Method stopMedia

src/js/media/Media.js:211–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 stopMedia() {
212 try {
213 this._stopMedia();
214 } catch (e) {
215 trace(`stopMedia() exception: ${e}`)
216 }
217 }
218
219 loadErrorDisplay(message) {
220 try {

Callers

nothing calls this directly

Calls 2

_stopMediaMethod · 0.95
traceFunction · 0.90

Tested by

no test coverage detected