mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Work-in progress: connection manager now used in Streamer and
NetworkSource to identify possible connections, and exchange streaming configuration.
This commit is contained in:
2
Mixer.h
2
Mixer.h
@@ -42,7 +42,7 @@ public:
|
||||
Source * createSourceStream (const std::string &gstreamerpipeline);
|
||||
Source * createSourcePattern(uint pattern, glm::ivec2 res);
|
||||
Source * createSourceDevice (const std::string &namedevice);
|
||||
Source * createSourceNetwork(const std::string &address);
|
||||
Source * createSourceNetwork(const std::string &nameconnection);
|
||||
|
||||
// operations on sources
|
||||
void addSource (Source *s);
|
||||
|
||||
Reference in New Issue
Block a user