summaryrefslogtreecommitdiff
path: root/hlsPlayerControl.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-08 17:52:01 +0100
committerchriszero <zerov83@gmail.com>2015-02-08 17:52:01 +0100
commit9b62917c4da85e5ec403792fd9a198b1cb005013 (patch)
tree3bed88f24cab7d722fe0071af4b29f9436b17415 /hlsPlayerControl.h
parentaae151d3808c9c72a6c155261295b2eeaba57c00 (diff)
downloadvdr-plugin-plex-9b62917c4da85e5ec403792fd9a198b1cb005013.tar.gz
vdr-plugin-plex-9b62917c4da85e5ec403792fd9a198b1cb005013.tar.bz2
Fixes not working control of casted media.
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);
};