19 #ifndef CORE_UBUNTU_MEDIA_PLAYER_IMPLEMENTATION_H_
20 #define CORE_UBUNTU_MEDIA_PLAYER_IMPLEMENTATION_H_
39 const std::string& identity,
40 const std::shared_ptr<core::dbus::Bus>& bus,
41 const std::shared_ptr<core::dbus::Object>& session,
42 const std::shared_ptr<Service>& service,
46 virtual std::shared_ptr<TrackList>
track_list();
59 virtual void seek_to(
const std::chrono::microseconds& offset);
64 std::shared_ptr<Private> d;
69 #endif // CORE_UBUNTU_MEDIA_PLAYER_IMPLEMENTATION_H_