Struct RecordSettings#
Defined in File settings.hpp
Struct Documentation#
-
struct RecordSettings
Public Functions
-
QJsonObject to_json() const
Public Members
-
QString directory = "./recordings"
-
QString videoBasename = "video"
-
QString audioBasename = "audio"
-
QString triggerBasename = "trigger"
-
QString separator = "_"
-
bool addTimestamp = true
-
QString timestampFormat = "yyyy-MM-dd_hh-mm-ss"
-
bool enableVideo = true
-
bool enableAudio = true
-
bool enableTrigger = true
Public Static Functions
-
static std::optional<RecordSettings> from_json(const QJsonObject&)
-
QJsonObject to_json() const