Create Device Source and integration of Stream

This commit is contained in:
brunoherbelin
2020-09-21 22:41:20 +02:00
parent 519baf7a3b
commit 9251aff19f
10 changed files with 323 additions and 21 deletions

View File

@@ -40,6 +40,7 @@ public:
Source * createSourceClone (const std::string &namesource = "");
Source * createSourceRender ();
Source * createSourcePattern(int pattern, glm::ivec2 res);
Source * createSourceDevice (int id);
// operations on sources
void addSource (Source *s);