diff options
| author | RblSb <msrblsb@gmail.com> | 2021-07-04 03:59:50 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-07-05 17:04:25 +0300 |
| commit | ede45cea8706eb8540e466df9861c2af8ebf9c44 (patch) | |
| tree | 74a20a6f082173378f918b48b08542881f31749a /src/client/IPlayer.hx | |
| parent | 265b3e1fb56bb0e5f797b3b35227a616b108a0c3 (diff) | |
Reformat
Diffstat (limited to 'src/client/IPlayer.hx')
| -rw-r--r-- | src/client/IPlayer.hx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/IPlayer.hx b/src/client/IPlayer.hx index 7f626b1..903902e 100644 --- a/src/client/IPlayer.hx +++ b/src/client/IPlayer.hx @@ -1,12 +1,12 @@ package client; -import Types.VideoDataRequest; import Types.VideoData; +import Types.VideoDataRequest; import Types.VideoItem; interface IPlayer { function isSupportedLink(url:String):Bool; - function getVideoData(data:VideoDataRequest, callback:(data:VideoData)->Void):Void; + function getVideoData(data:VideoDataRequest, callback:(data:VideoData) -> Void):Void; function loadVideo(item:VideoItem):Void; function removeVideo():Void; function isVideoLoaded():Bool; |
