Music Hub
..
A session-wide music playback service
|
|
Go to the documentation of this file.
22 #ifndef LOMIRI_MEDIAHUBSERVICE_PLAYER_IMPLEMENTATION_H
23 #define LOMIRI_MEDIAHUBSERVICE_PLAYER_IMPLEMENTATION_H
33 #include <QScopedPointer>
38 namespace MediaHubService
43 class PlayerImplementationPrivate;
107 QSharedPointer<TrackListImplementation>
trackList();
119 void seek_to(
const std::chrono::microseconds& offset);
146 QScopedPointer<PlayerImplementationPrivate> d_ptr;
152 #endif // LOMIRI_MEDIAHUBSERVICE_PLAYER_IMPLEMENTATION_H