QTfrontend/ui/page/pagevideos.h
changeset 7392 bc3306c59a08
parent 7386 e82a076df09b
child 7447 01111960a48d
--- 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;