Type Alias mpris_server::PlaylistId
source · pub type PlaylistId = OwnedObjectPath;
Expand description
Unique playlist identifier.
Rationale
Multiple playlists may have the same name.
This is a D-Bus object id as that is the definitive way to have unique
identifiers on D-Bus. It also allows for future optional expansions to
the specification where tracks are exported to D-Bus with an interface
similar to org.gnome.UPnP.MediaItem2
.
Aliased Type§
struct PlaylistId(/* private fields */);