New Reload source function

Generalize the reload of stream source to all types of sources. Enable OSC command to reload source.
This commit is contained in:
Bruno Herbelin
2023-11-14 11:12:21 +01:00
parent 7b9e71df40
commit 6735e5eaaa
13 changed files with 45 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ public:
bool playing () const override { return !paused_; }
void play (bool) override;
void replay () override;
void reload () override;
bool playable () const override { return true; }
guint64 playtime () const override { return runtime_; }
Failure failed () const override;