mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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; }
|
||||
|
@@ -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; }
|
||||
|
Reference in New Issue
Block a user