QTfrontend/gameuiconfig.h
changeset 7235 baa69bd025d9
parent 6952 7f70f37bbf08
child 7633 d4251e519062
--- a/QTfrontend/gameuiconfig.h	Mon Jun 11 17:56:10 2012 +0400
+++ b/QTfrontend/gameuiconfig.h	Mon Jun 11 18:15:30 2012 +0400
@@ -59,18 +59,27 @@
         void resizeToConfigValues();
         quint32 stereoMode() const;
 
+        QString AVFormat();
+        QString videoCodec();
+        QString audioCodec();
+        QRect rec_Resolution();
+        int rec_Framerate();
+        bool recordAudio();
+
 #ifdef __APPLE__
 #ifdef SPARKLE_ENABLED
         bool isAutoUpdateEnabled();
 #endif
 #endif
-        void reloadValues(void);
+        void reloadValues();
+        void reloadVideosValues();
 
     signals:
         void frontendFullscreen(bool value);
 
     public slots:
         void SaveOptions();
+        void SaveVideosOptions();
         void updNetNick();
     private:
         bool netPasswordIsValid();