X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=AirTV-Qt%2Faudiooutput.h;h=8e61584f3b18b25c4c6f9ad4d267c27d8fdaf74b;hb=HEAD;hp=70b67bbad8f243b8fe642d860a527e45e3e980b0;hpb=2340bcd3ce772d058bbeddcadd7a8301f7b18747;p=deb_shairplay.git diff --git a/AirTV-Qt/audiooutput.h b/AirTV-Qt/audiooutput.h index 70b67bb..8e61584 100644 --- a/AirTV-Qt/audiooutput.h +++ b/AirTV-Qt/audiooutput.h @@ -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();