From 9b62917c4da85e5ec403792fd9a198b1cb005013 Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 8 Feb 2015 17:52:01 +0100 Subject: Fixes not working control of casted media. --- hlsPlayerControl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hlsPlayerControl.h') 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); }; -- cgit v1.2.3