7#ifndef RECORDER_EXPORT_CONFIG_H
8#define RECORDER_EXPORT_CONFIG_H
float value(const T *src, size_t ch)
void setFirstFrameSec(int value)
void setProfiles(const QList< RecorderProfile > &value)
void setLockFps(bool value)
void setVideoDirectory(const QString &value)
void setResize(bool value)
QString ffmpegPath() const
void setLockRatio(bool value)
void loadConfiguration(RecorderExportSettings *settings, bool loadLockFps=true) const
void setResultPreview(bool value)
int firstFrameSec() const
RecorderExportConfig(bool readOnly)
bool resultPreview() const
void setInputFps(int value)
void setFfmpegPath(const QString &value)
QString videoDirectory() const
QList< RecorderProfile > defaultProfiles() const
QSet< int > editedProfilesIndexes() const
QList< RecorderProfile > profiles() const
void setProfileIndex(int value)
void setSize(const QSize &value)
void setExtendResult(bool value)
void setLastFrameSec(int value)
bool extendResult() const
void setEditedProfilesIndexes(const QSet< int > &value)