21 #ifndef STREAMRECORDERUTILS_H 22 #define STREAMRECORDERUTILS_H 37 enum class ErrorCode : uint8_t
53 ErrorCode validate_template(
const QString& target_path_template,
int* invalid_idx);
55 QString target_path_template_default(
bool use_session_path);
66 TargetPaths full_target_path(
const QString& sr_path,
const QString& path_template,
const MetaData& md,
const QDate& d,
const QTime& t);
68 QString parse_error_code(ErrorCode err);
72 #endif // STREAMRECORDERUTILS_H
Definition: typedefs.h:32
Definition: EngineUtils.h:33