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

Origin commit data
------------------
Branch: ni/coolstream
Commit: aac826baa5
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-07-22 (Sat, 22 Jul 2023)

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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-07-22 13:49:28 +02:00
parent cdc9dfd41d
commit c27d0b304d
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; }