Hopefully this fixes the progress bar on the autobuilder
[groove] / streamio.h
1 #ifndef STREAMIO_H
2 #define STREAMIO_H
3 #include <QBuffer>
4 #include <QWidget>
5 #include <phonon>
6 #include "splayer.h"
7
8 class StreamIO : public Phonon::AbstractMediaStream
9 {
10     Q_OBJECT
11
12     /*
13 public:
14     explicit StreamIO(Phonon::MediaSource *parent = 0);
15     void setSizeOfStream(qint64);
16     //qint64 bytesAvailable();
17     //qint64 size();
18     //bool isSequential();
19 signals:
20
21 public slots:
22 private:
23     Phonon::MediaSource *internal;
24     //qint64 readData(char * data, qint64 maxsize);*/
25     friend class sPlayer;
26
27 };
28
29 #endif // STREAMIO_H