mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 00:29:35 +02:00
spotify stream
This commit is contained in:
parent
50a4380616
commit
e0d9de5904
4 changed files with 80 additions and 32 deletions
|
@ -45,14 +45,17 @@ public:
|
|||
protected:
|
||||
std::string exe;
|
||||
std::string path;
|
||||
std::string params;
|
||||
std::unique_ptr<Process> process_;
|
||||
std::thread stderrReaderThread_;
|
||||
|
||||
virtual void worker();
|
||||
void stderrReader();
|
||||
virtual void stderrReader();
|
||||
virtual void onStderrMsg(const char* buffer, size_t n);
|
||||
virtual void initExeAndPath(const std::string& filename);
|
||||
|
||||
bool fileExists(const std::string& name);
|
||||
std::string findExe(const std::string& name);
|
||||
bool fileExists(const std::string& filename);
|
||||
std::string findExe(const std::string& filename);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue