#include <StreamDataSender.h>
The StreamDataSender class. This class is used for sending the raw bytes.
|
| StreamDataSender (QTcpSocket *socket) |
|
bool | send_trash () |
|
bool | send_data (const Byte *data, uint64_t size) |
|
bool | send_icy_data (const Byte *data, uint64_t size, const QString &stream_title) |
|
bool | send_header (bool reject, bool icy) |
|
bool | send_html5 (const QString &stream_title) |
|
bool | send_bg () |
|
bool | send_metadata (const QString &stream_title) |
|
bool | send_playlist (const QString &host, int port) |
|
bool | send_favicon () |
|