/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@luwes/dash-video-element@1.0.1/dash-video-element.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
import{SuperVideoElement}from"super-media-element";import*as Dash from"dashjs-esm";class DashVideoElement extends SuperVideoElement{static skipAttributes=["src"];loadComplete=null;#e;async load(){this.#e?this.api.attachSource(this.src):(this.#e=!0,this.api=Dash.MediaPlayer().create(),this.api.initialize(this.nativeEl,this.src,this.autoplay))}}globalThis.customElements&&!globalThis.customElements.get("dash-video")&&globalThis.customElements.define("dash-video",DashVideoElement);export default DashVideoElement;
//# sourceMappingURL=/sm/e92b20b56375df08e120405db7ddcb4356d67f43ed8458e95d0681265c4de538.map