21 #ifndef STREAMRECORDERUTILS_H 22 #define STREAMRECORDERUTILS_H 33 namespace 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);
72 #endif // STREAMRECORDERUTILS_H
Definition: typedefs.h:32
Definition: EngineUtils.h:33