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