21 #ifndef PALYLISTFORMAT_H 22 #define PALYLISTFORMAT_H 24 #include <QStringList> 25 #include "qmmpui_export.h" 57 virtual QList<PlayListTrack*> decode(
const QByteArray &contents) = 0;
64 virtual QByteArray encode(
const QList<PlayListTrack*> &contents,
const QString &path) = 0;
The PlayListTrack class provides a track for use with the PlayListModel class.
Definition: playlisttrack.h:36