|
Sayonara Player
|
The StreamServer class. This class is listening for new connections and holds and administrates current connections. More...
#include <StreamServer.h>
Public Slots | |
| void | dismiss (int idx) |
| void | disconnect (StreamWriterPtr sw) |
| void | disconnectAll () |
| bool | listen () |
| void | close () |
| void | restart () |
Signals | |
| void | sigNewConnection (const QString &ip) |
| void | sigConnectionClosed (const QString &ip) |
| void | sigListening (bool) |
Public Member Functions | |
| StreamServer (PlayManager *playManager, RawAudioDataProvider *audioDataProvider, QObject *parent=nullptr) | |
| QStringList | connectedClients () const |
The StreamServer class. This class is listening for new connections and holds and administrates current connections.