aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Types.hx b/src/Types.hx
index 2501cc4..366b2ed 100644
--- a/src/Types.hx
+++ b/src/Types.hx
@@ -134,11 +134,15 @@ typedef WsEvent = {
},
?getTime:{
time:Float,
- paused:Bool
+ ?paused:Bool,
+ ?rate:Float
},
?setTime:{
time:Float
},
+ ?setRate:{
+ rate:Float
+ },
?rewind:{
time:Float
},
@@ -181,6 +185,7 @@ enum abstract WsEventType(String) {
var Play;
var GetTime;
var SetTime;
+ var SetRate;
var Rewind;
var SetLeader;
var PlayItem;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage