aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/IPlayer.hx
blob: 9f224a8d6db58c467901ce8265a6f2381f3ac1bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package client;

import Types.VideoItem;

interface IPlayer {
	function loadVideo(item:VideoItem):Void;
	function removeVideo():Void;
	function play():Void;
	function pause():Void;
	function getTime():Float;
	function setTime(time:Float):Void;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage