21#ifndef STREAMRECORDERUTILS_H
22#define STREAMRECORDERUTILS_H
35namespace StreamRecorder::Utils
37 enum class ErrorCode :
54 QStringList supportedTags();
57 ErrorCode validateTemplate(
const QString& targetPathTemplate,
int* invalidIndex);
59 QString targetPathTemplateDefault(
bool useSessionPath);
66 fullTargetPath(
const QString& streamRecorderPath,
const QString& pathTemplate,
const MetaData& track,
67 const QDate& d,
const QTime& t);
69 QString parseErrorCode(ErrorCode err);
Definition EngineUtils.h:33
Definition StreamRecorderUtils.h:49