summaryrefslogtreecommitdiff
path: root/hlsPlayerControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'hlsPlayerControl.h')
-rw-r--r--hlsPlayerControl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hlsPlayerControl.h b/hlsPlayerControl.h
index 9a3fc60..6457363 100644
--- a/hlsPlayerControl.h
+++ b/hlsPlayerControl.h
@@ -49,6 +49,7 @@ public:
void Play(void);
void Stop(void);
void SeekTo(int offset);
+ void JumpRelative(int offset);
};