YGG.VideoManager=function(){function e(a){switch(a){case RENDER_MODE.MAP_LAYOUT:return k;case RENDER_MODE.ZONE_LAYOUT:case RENDER_MODE.ZONE_WAYPOINT:return l;case RENDER_MODE.SHOP_LAYOUT:case RENDER_MODE.SHOP_WAYPOINT:return m}return null}var f=null,k=[],l=[],m=[],d=null,g=this;this.addVideo=function(a,b){if(!f)return null;var c=document.createElement("video"),h=document.createElement("source");c.setAttribute("playsinline","");c.setAttribute("crossorigin","anonymous");c.loop=a.is_loop;c.volume=a.sound_volume; c.autoplay=a.auto_play;c.preload="none";c.isUserPause=!1;h.src=a.url;h.setAttribute("type","video/mp4");f.appendChild(c);c.appendChild(h);a=e(b);a.push(c);c.index=a.indexOf(c);c.autoplay&&(c.muted=!0,c.play());return c};this.deleteVideo=function(a,b){};this.clearVideos=function(a){a=e(a);if(0