mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
libcoolstream-headers: adapt to "reload webtv/iptv stream if connection lost"
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
|||||||
bool SetSubtitlePid(int /*pid*/){return true;}
|
bool SetSubtitlePid(int /*pid*/){return true;}
|
||||||
bool SetSpeed(int speed);
|
bool SetSpeed(int speed);
|
||||||
bool GetSpeed(int &speed) const;
|
bool GetSpeed(int &speed) const;
|
||||||
bool GetPosition(int &position, int &duration);
|
bool GetPosition(int &position, int &duration, bool isWebChannel = false);
|
||||||
bool GetOffset(off64_t &offset);
|
bool GetOffset(off64_t &offset);
|
||||||
bool SetPosition(int position, bool absolute = false);
|
bool SetPosition(int position, bool absolute = false);
|
||||||
bool IsPlaying(void) const { return playing; }
|
bool IsPlaying(void) const { return playing; }
|
||||||
|
@@ -61,7 +61,7 @@ public:
|
|||||||
bool SetSubtitlePid(int /*pid*/){return true;}
|
bool SetSubtitlePid(int /*pid*/){return true;}
|
||||||
bool SetSpeed(int speed);
|
bool SetSpeed(int speed);
|
||||||
bool GetSpeed(int &speed) const;
|
bool GetSpeed(int &speed) const;
|
||||||
bool GetPosition(int &position, int &duration);
|
bool GetPosition(int &position, int &duration, bool isWebChannel = false);
|
||||||
bool GetOffset(off64_t &offset);
|
bool GetOffset(off64_t &offset);
|
||||||
bool SetPosition(int position, bool absolute = false);
|
bool SetPosition(int position, bool absolute = false);
|
||||||
bool IsPlaying(void) const { return playing; }
|
bool IsPlaying(void) const { return playing; }
|
||||||
|
Reference in New Issue
Block a user