7 #include "raopcallbackhandler.h"
12 class RaopService
: public QObject
16 explicit RaopService(QObject
*parent
= 0);
20 bool start(const QString
& name
=QString("AirTV"), quint16 port
=5000);
28 RaopCallbackHandler m_handler
;
36 #endif // RAOPSERVICE_H