[vlmc-devel] commit: MainWindow.h: Comment for renderVideoSettings() (Rohit Yadav )

git at videolan.org git at videolan.org
Wed Sep 22 18:38:15 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Wed Sep 22 22:25:46 2010 +0530| [1fa43d08fdbf803e1dd70e023d6b8bdfa852169f] | committer: Rohit Yadav 

MainWindow.h: Comment for renderVideoSettings()

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=1fa43d08fdbf803e1dd70e023d6b8bdfa852169f
---

 src/Gui/MainWindow.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/Gui/MainWindow.h b/src/Gui/MainWindow.h
index 721ddc6..e7956d0 100644
--- a/src/Gui/MainWindow.h
+++ b/src/Gui/MainWindow.h
@@ -98,6 +98,13 @@ private:
     bool        renderVideo( const QString& outputFileName, quint32 width, quint32 height,
                              double fps, quint32 vbitrate, quint32 abitrate );
 
+    /**
+     *  \brief  Gets video parameters from RendererSettings Dialog
+     *          exportType when set to true, renders video to user defined location
+     *          and when set to false, renders video to temporary folder.
+     *  \return same as renderVideo(), 
+     *          true if video renders well or not cancelled by the user.
+     */
     bool        renderVideoSettings( bool exportType );
 
     Ui::MainWindow          m_ui;



More information about the Vlmc-devel mailing list