#include <core/media/player.h>
#include <core/media/track.h>
#include "core/media/codec.h"
#include <core/dbus/bus.h>
#include <core/dbus/macros.h>
#include <core/dbus/object.h>
#include <core/dbus/property.h>
#include <core/dbus/interfaces/properties.h>
#include <core/dbus/types/any.h>
#include <core/dbus/types/object_path.h>
#include <core/dbus/types/variant.h>
#include <core/dbus/types/stl/tuple.h>
#include <boost/utility/identity_type.hpp>
#include <string>
#include <tuple>
#include <vector>
#include <cstdint>
Go to the source code of this file.