summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-05 21:32:55 +0100
committerchriszero <zerov83@gmail.com>2015-02-05 21:32:55 +0100
commit312c13f4f6b299a976787542869f96b1e66549cf (patch)
tree7ee2732eaec79d50e0c9718960fd58e2436f10f6 /hlsPlayer.h
parent1ecdb2a5d9e05e0d30dae89e3d675218ca4c255e (diff)
downloadvdr-plugin-plex-312c13f4f6b299a976787542869f96b1e66549cf.tar.gz
vdr-plugin-plex-312c13f4f6b299a976787542869f96b1e66549cf.tar.bz2
Plex remote support.
Control via Plexapps (Android, IOS...)
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r--hlsPlayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h
index c188fc2..12bea70 100644
--- a/hlsPlayer.h
+++ b/hlsPlayer.h
@@ -106,7 +106,7 @@ protected:
public:
//static cMutex s_mutex;
- cHlsPlayer(std::string startm3u8, plexclient::Video* Video);
+ cHlsPlayer(std::string startm3u8, plexclient::Video* Video, int offset = 0);
~cHlsPlayer();
virtual bool GetIndex(int &Current, int &Total, bool SnapToIFrame = false);