From d40a2d23e2bde81d2ab2ef316b4b3c30450041eb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 21 Sep 2014 09:36:45 +0200 Subject: Read key and ssrc form config file. --- src/mainwindow.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index c3c6115..72ba092 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,6 +31,7 @@ #include #include #include +#include #include "v4l.h" #include "audioinputhandler.h" @@ -46,8 +47,7 @@ public: QList &islist); public slots: - void newImage(Frame frame); - void newAudio(framelist_t list); + void newImage(int peer, Frame frame); void updateStatus(); private: @@ -58,6 +58,8 @@ private: QList &islist; QTimer status_timer; + + QLabel* video[10]; }; #endif/*__SIMPLERTP_MAINWINDOW_H__*/ -- cgit v1.2.3