--- a/QTfrontend/ui/page/pagevideos.h Fri Jul 13 16:35:42 2012 +0400
+++ b/QTfrontend/ui/page/pagevideos.h Fri Jul 13 16:39:20 2012 +0400
@@ -41,7 +41,6 @@
QCheckBox *checkUseGameRes;
QCheckBox *checkRecordAudio;
- GameUIConfig * config;
QString format()
{ return comboAVFormats->itemData(comboAVFormats->currentIndex()).toString(); }
@@ -57,6 +56,8 @@
void addRecorder(HWRecorder* pRecorder);
bool tryQuit(HWForm *form);
QString getVideosInProgress(); // get multi-line string with list of videos in progress
+ void startEncoding(const QByteArray & record = QByteArray());
+ void init(GameUIConfig * config);
private:
// virtuals from AbstractPage
@@ -76,6 +77,8 @@
void clearTemp();
void clearThumbnail();
+ GameUIConfig * config;
+
// options group
QComboBox *comboAVFormats;
QComboBox *comboVideoCodecs;