Add FFMPEG Configuration
This commit is contained in:
@@ -16,13 +16,13 @@ DigooRecorder::~DigooRecorder()
|
||||
{
|
||||
}
|
||||
|
||||
std::string DigooRecorder::Snapshot(ctpl::thread_pool* pThreadPool)
|
||||
std::string DigooRecorder::Snapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg)
|
||||
{
|
||||
Logging::Log(Logging::Severity::Debug, "DigooRecorder Snapshot");
|
||||
return std::string();
|
||||
}
|
||||
|
||||
std::string DigooRecorder::MultiSnapshot(ctpl::thread_pool* pThreadPool, int numberOfImages)
|
||||
std::string DigooRecorder::MultiSnapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg, int numberOfImages)
|
||||
{
|
||||
Logging::Log(Logging::Severity::Debug, "DigooRecorder MultiSnapshot");
|
||||
return std::string();
|
||||
|
||||
Reference in New Issue
Block a user