21 #ifndef STREAMDATASENDER_H 22 #define STREAMDATASENDER_H 24 #include "Utils/Pimpl.h" 38 bool send_icy_metadata(
const QString& stream_title);
45 bool send_data(
const Byte* data, uint64_t size);
46 bool send_icy_data(
const Byte* data, uint64_t size,
const QString& stream_title);
47 bool send_header(
bool reject,
bool icy);
48 bool send_html5(
const QString& stream_title);
50 bool send_metadata(
const QString& stream_title);
51 bool send_playlist(
const QString& host,
int port);
55 #endif // STREAMDATASENDER_H The StreamDataSender class. This class is used for sending the raw bytes.
Definition: StreamDataSender.h:33