19#ifndef CORE_UBUNTU_MEDIA_PLAYER_IMPLEMENTATION_H_
20#define CORE_UBUNTU_MEDIA_PLAYER_IMPLEMENTATION_H_
39template<
typename Parent>
47 typename Parent::Configuration
parent;
58 virtual std::string
uuid()
const;
74 virtual void seek_to(
const std::chrono::microseconds& offset);
83 std::shared_ptr<Private> d;