libcoolstream-headers: adapt to "reload webtv/iptv stream if connection lost"

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2023-07-22 13:49:28 +02:00
committed by Thilo Graf
parent 7fd1f02116
commit e2b0b01cd1
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ public:
bool SetSubtitlePid(int /*pid*/){return true;}
bool SetSpeed(int speed);
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 SetPosition(int position, bool absolute = false);
bool IsPlaying(void) const { return playing; }

View File

@@ -61,7 +61,7 @@ public:
bool SetSubtitlePid(int /*pid*/){return true;}
bool SetSpeed(int speed);
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 SetPosition(int position, bool absolute = false);
bool IsPlaying(void) const { return playing; }