diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-28 19:55:32 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-28 19:55:32 +0300 |
| commit | ec7e4b5ad120828f1464cf4186287d4928b462a8 (patch) | |
| tree | 6ea0accbe62983f3f174df9bf9ebc89bec17977a /src/client/IPlayer.hx | |
| parent | c5903d5670dad72c840c30a302f8238c8cff9f8a (diff) | |
Youtube player support
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 9f224a8..a20b22b 100644 --- a/src/client/IPlayer.hx +++ b/src/client/IPlayer.hx @@ -3,6 +3,7 @@ package client; import Types.VideoItem; interface IPlayer { + function getRemoteDuration(url:String, callback:(duration:Float)->Void):Void; function loadVideo(item:VideoItem):Void; function removeVideo():Void; function play():Void; |
