21 #ifndef STREAMPARSER_H
22 #define STREAMPARSER_H
24 #include "Utils/Pimpl.h"
27 using PlaylistFiles=QStringList;
35 void sigFinished(
bool success);
37 void sigUrlCountExceeded(
int urlCount,
int maxUrlCount);
43 void parse(
const QString& stationName,
const QString& stationUrl,
int timeout=5000);
44 void parse(
const QStringList& urls,
int timeout=5000);
46 void setCoverUrl(
const QString&
coverUrl);
49 bool isStopped()
const;
82 void setMetadataTag(
MetaData& md,
const QString& streamUrl,
const QString&
coverUrl=QString())
const;
Definition: StreamParser.h:30
QString coverUrl(const QMimeData *data)
cover_url
Definition: typedefs.h:33