mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
Important change: sources keep their id all lifelong.
This simplifies a lot history and testing in session.
This commit is contained in:
@@ -8,7 +8,7 @@ class MediaPlayer;
|
||||
class MediaSource : public Source
|
||||
{
|
||||
public:
|
||||
MediaSource();
|
||||
MediaSource(uint64_t id = 0);
|
||||
~MediaSource();
|
||||
|
||||
// implementation of source API
|
||||
|
||||
Reference in New Issue
Block a user