First working implementation of VideoStreamer

This commit is contained in:
brunoherbelin
2020-10-17 11:32:29 +02:00
parent 007d876dbc
commit 59c07ceb96
9 changed files with 350 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ namespace SystemToolkit
// try to open the file with system
void open(const std::string& path);
// try to execute a command
void execute(const std::string& command);
// return memory resident set size used (in bytes)
long memory_usage();