Intial attempt at audio-cd playback support. DOES NOT WORK!

This commit is contained in:
craig.p.drummond
2013-03-11 19:50:27 +00:00
parent 7bafe06d50
commit ce489a9afb
18 changed files with 237 additions and 76 deletions

View File

@@ -30,6 +30,7 @@
class HttpSocket;
class QThread;
class QUrl;
class HttpServer
{
@@ -51,7 +52,8 @@ public:
bool isOurs(const QString &url) const;
QByteArray encodeUrl(const Song &s) const;
QByteArray encodeUrl(const QString &file) const;
Song decodeUrl(const QString &url) const;
Song decodeUrl(const QUrl &url) const;
Song decodeUrl(const QString &file) const;
private:
QThread *thread;