mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 21:29:59 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user