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