21#ifndef STREAMRECORDERUTILS_H
22#define STREAMRECORDERUTILS_H
33namespace StreamRecorder
37 enum class ErrorCode : uint8_t
53 ErrorCode validateTemplate(
const QString& target_path_template,
int* invalid_idx);
55 QString targetPathTemplateDefault(
bool useSessionPath);
66 TargetPaths fullTargetPath(
const QString& srPath,
const QString& path_template,
const MetaData& md,
const QDate& d,
const QTime& t);
68 QString parseErrorCode(ErrorCode err);
Definition: EngineUtils.h:33
Definition: typedefs.h:33