21 #ifndef STREAMRECORDERHANDLER_H
22 #define STREAMRECORDERHANDLER_H
24 #include "Utils/Pimpl.h"
25 #include "Components/Engine/gstfwd.h"
27 namespace StreamRecorder
32 namespace PipelineExtensions
43 bool setEnabled(
bool b);
45 void setTargetPath(
const QString& path);
Definition: StreamRecorderBin.h:35