Add RecorderMutex
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Recorder {
|
||||
class ZModoRecorder : public virtual Recorder
|
||||
{
|
||||
public:
|
||||
ZModoRecorder(Http::HttpClient* pHttpClient, const Settings& settings);
|
||||
ZModoRecorder(Http::HttpClient* pHttpClient, const Settings& settings, Util::RecorderMutexPointer pRecorderMutex);
|
||||
~ZModoRecorder();
|
||||
|
||||
virtual std::string Snapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg) override;
|
||||
|
||||
Reference in New Issue
Block a user