diff options
| author | RblSb <msrblsb@gmail.com> | 2020-04-26 02:39:46 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-04-26 02:39:46 +0300 |
| commit | 3c5fda212a8b895027c3853d9979b12a8f6c5798 (patch) | |
| tree | 5a0fb8c332cc5f1eba3b54e65fbebf2242585a0a /src/client/IPlayer.hx | |
| parent | 40589f8e8ee75485ba241777f3b26cd35d8a05ea (diff) | |
Fix some issues with reused players
Diffstat (limited to 'src/client/IPlayer.hx')
| -rw-r--r-- | src/client/IPlayer.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/IPlayer.hx b/src/client/IPlayer.hx index a620567..4cdcb0b 100644 --- a/src/client/IPlayer.hx +++ b/src/client/IPlayer.hx @@ -8,6 +8,7 @@ interface IPlayer { function getVideoData(url:String, callback:(data:VideoData)->Void):Void; function loadVideo(item:VideoItem):Void; function removeVideo():Void; + function isVideoLoaded():Bool; function play():Void; function pause():Void; function getTime():Float; |
