]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/sout/sout_widgets.hpp
Qt4: add the RTSP protocol to the sout dialog
[vlc] / modules / gui / qt4 / components / sout / sout_widgets.hpp
index d2042cda38b0b4e8af764438ec598d86d444e97c..e46e36138fea1534d3d6f4c373bf37d557c51d3d 100644 (file)
@@ -90,6 +90,17 @@ class MMSHDestBox: public VirtualDestBox
         QSpinBox *MMSHPort;
 };
 
+class RTSPDestBox: public VirtualDestBox
+{
+    Q_OBJECT;
+    public:
+        RTSPDestBox( QWidget *_parent = NULL );
+        virtual QString getMRL( const QString& );
+    private:
+        QLineEdit *RTSPEdit;
+        QSpinBox *RTSPPort;
+};
+
 class UDPDestBox: public VirtualDestBox
 {
     Q_OBJECT;