/[projects]/infoscreen/videoview.h
ViewVC logotype

Contents of /infoscreen/videoview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904 - (show annotations) (download)
Fri Jun 25 13:52:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 260 byte(s)
pass by reference
1 #ifndef VIDEOVIEW_H
2 #define VIDEOVIEW_H
3
4 #include <videoplayer.h> //Phonon
5
6 class VideoView : public Phonon::VideoPlayer
7 {
8 public:
9 VideoView(QWidget* parent);
10 void loadUrl(QString& url);
11 private:
12 void dumpPhononOptions();
13 };
14
15 #endif // VIDEOVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20