���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/video/layout/js/node_modules/artplayer/src/player/ |
import urlMix from './urlMix'; import attrMix from './attrMix'; import playMix from './playMix'; import pauseMix from './pauseMix'; import toggleMix from './toggleMix'; import seekMix from './seekMix'; import volumeMix from './volumeMix'; import currentTimeMix from './currentTimeMix'; import durationMix from './durationMix'; import switchMix from './switchMix'; import playbackRateMix from './playbackRateMix'; import aspectRatioMix from './aspectRatioMix'; import screenshotMix from './screenshotMix'; import fullscreenMix from './fullscreenMix'; import fullscreenWebMix from './fullscreenWebMix'; import pipMix from './pipMix'; import loadedMix from './loadedMix'; import playedMix from './playedMix'; import playingMix from './playingMix'; import autoSizeMix from './autoSizeMix'; import rectMix from './rectMix'; import flipMix from './flipMix'; import miniMix from './miniMix'; import posterMix from './posterMix'; import autoHeightMix from './autoHeightMix'; import cssVarMix from './cssVarMix'; import themeMix from './themeMix'; import typeMix from './typeMix'; import stateMix from './stateMix'; import subtitleOffsetMix from './subtitleOffsetMix'; import airplayMix from './airplayMix'; import qualityMix from './qualityMix'; import optionInit from './optionInit'; import eventInit from './eventInit'; export default class Player { constructor(art) { urlMix(art); attrMix(art); playMix(art); pauseMix(art); toggleMix(art); seekMix(art); volumeMix(art); currentTimeMix(art); durationMix(art); switchMix(art); playbackRateMix(art); aspectRatioMix(art); screenshotMix(art); fullscreenMix(art); fullscreenWebMix(art); pipMix(art); loadedMix(art); playedMix(art); playingMix(art); autoSizeMix(art); rectMix(art); flipMix(art); miniMix(art); posterMix(art); autoHeightMix(art); cssVarMix(art); themeMix(art); typeMix(art); stateMix(art); subtitleOffsetMix(art); airplayMix(art); qualityMix(art); eventInit(art); optionInit(art); } }