![]() |
Sayonara Player
|
#include <StreamServer.h>
The StreamServer class. This class is listening for new connections and holds and administrates current connections.
Signals | |
| void | sig_new_connection (const QString &ip) |
| void | sig_connection_closed (const QString &ip) |
| void | sig_listening (bool) |
Public Member Functions | |
| StreamServer (QObject *parent=nullptr) | |
| void | active_changed () |
| void | port_changed () |
Public Slots | |
| void | dismiss (int idx) |
| void | disconnect (StreamWriterPtr sw) |
| void | disconnect_all () |
| bool | listen () |
| void | close () |
| void | restart () |
Protected Attributes | |
| Settings * | _settings =nullptr |
1.8.14