Management of recorders by id in user interface.

This commit is contained in:
brunoherbelin
2020-10-14 22:37:53 +02:00
parent 3a34da9322
commit 3a41e59f00
5 changed files with 59 additions and 10 deletions

View File

@@ -61,6 +61,7 @@ public:
// Recorders
void addFrameGrabber(FrameGrabber *rec);
FrameGrabber *frontFrameGrabber();
FrameGrabber *getFrameGrabber(uint64_t id);
void stopAllFrameGrabbers();
void clearAllFrameGrabbers();
void transferFrameGrabber(Session *dest);