Improved startInput function behaviour and reliability, added streamAlive function.
This commit is contained in:
parent
dcde050143
commit
c3efc1001f
3 changed files with 53 additions and 27 deletions
|
@ -8,5 +8,6 @@
|
|||
namespace Util {
|
||||
std::string getTmpFolder();
|
||||
void sanitizeName(std::string & streamname);
|
||||
bool streamAlive(std::string & streamname);
|
||||
bool startInput(std::string streamname, std::string filename = "", bool forkFirst = true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue