18 #ifndef CORE_UBUNTU_MEDIA_TRACK_LIST_H_
19 #define CORE_UBUNTU_MEDIA_TRACK_LIST_H_
23 #include <core/property.h>
24 #include <core/signal.h>
38 class TrackList :
public std::enable_shared_from_this<TrackList>
54 virtual const core::Property<Container>&
tracks()
const = 0;
74 #endif // CORE_UBUNTU_MEDIA_TRACK_LIST_H_