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>
40class TrackList :
public std::enable_shared_from_this<TrackList>
92 virtual const core::Property<Container>&
tracks()
const = 0;