The StreamDataSender class. This class is used for sending the raw bytes.
More...
#include <StreamDataSender.h>
|
| StreamDataSender (QTcpSocket *socket) |
|
bool | sendTrash () |
|
bool | sendData (const QByteArray &data) |
|
bool | sendIcyData (const QByteArray &data, const QString &streamTitle) |
|
bool | sendHeader (bool reject, bool icy) |
|
bool | sendHtml5 (const QString &streamTitle) |
|
bool | sendBackground () |
|
bool | sendMetadata (const QString &streamTitle) |
|
bool | sendPlaylist (const QString &host, int port) |
|
bool | sendFavicon () |
|
void | flush () |
|
The StreamDataSender class. This class is used for sending the raw bytes.