21 #ifndef STREAMDATASENDER_H 22 #define STREAMDATASENDER_H 25 #include "Helper/Pimpl.h" 39 bool send_icy_metadata(
const QString& stream_title);
46 bool send_data(
const uchar* data, quint64 size);
47 bool send_icy_data(
const uchar* data, quint64 size,
const QString& stream_title);
48 bool send_header(
bool reject,
bool icy);
49 bool send_html5(
const QString& stream_title);
51 bool send_metadata(
const QString& stream_title);
52 bool send_playlist(
const QString& host,
int port);
56 #endif // STREAMDATASENDER_H The StreamDataSender class. This class is used for sending the raw bytes.
Definition: StreamDataSender.h:34