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