@slashedcloud/player
Version:
A media player application utilizing Shaka Player for adaptive video streaming, capable of playing HLS, MPD and plain HTTP video streams.
21 lines (20 loc) • 575 B
JavaScript
var t = Object.defineProperty;
var e = (l, a, r) => a in l ? t(l, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : l[a] = r;
var s = (l, a, r) => e(l, typeof a != "symbol" ? a + "" : a, r);
/*!
* SlashedCloud v0.1.2 (https://github.com/SlashedCloud/player#readme)
* Copyright 2024-2024 rogerio.jardim@fedrax.pt
* Licensed under Apache (https://github.com/SlashedCloud/player/blob/develop/LICENSE)
*/
class o {
constructor(a) {
/**
* The player instance
*/
s(this, "player");
this.player = a;
}
}
export {
o as default
};