* Fix a typo in the dpkg changelog.
[deb_shairplay.git] / AirTV-Qt / audiooutput.h
index 70b67bbad8f243b8fe642d860a527e45e3e980b0..8e61584f3b18b25c4c6f9ad4d267c27d8fdaf74b 100644 (file)
@@ -1,3 +1,17 @@
+/**
+ *  Copyright (C) 2011-2012  Juho Vähä-Herttua
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ */
+
 #ifndef AUDIOOUTPUT_H
 #define AUDIOOUTPUT_H
 
@@ -19,7 +33,7 @@ public:
 
     void start();
     void setVolume(float volume);
-    void output(const char *data, int datalen);
+    void output(const QByteArray & data);
     void flush();
     void stop();